src/actions.cc

branch
experimental
changeset 906
d2b3c8ce8817
parent 892
49afb6b98253
child 899
eb9604e381e3
child 927
409b82a4765e
child 943
af81220741d9
--- a/src/actions.cc	Tue Sep 09 01:17:36 2014 +0300
+++ b/src/actions.cc	Wed Nov 05 02:07:38 2014 +0200
@@ -268,9 +268,6 @@
 {
 	for (LDObjectPtr obj : CurrentDocument()->objects())
 		obj->select();
-
-	ui->objectList->selectAll();
-	refresh();
 }
 
 // =============================================================================
@@ -296,9 +293,6 @@
 		if (colors.contains (obj->color()))
 			obj->select();
 	}
-
-	updateSelection();
-	refresh();
 }
 
 // =============================================================================
@@ -336,9 +330,6 @@
 
 		obj->select();
 	}
-
-	updateSelection();
-	refresh();
 }
 
 // =============================================================================

mercurial