src/actions.cc

branch
experimental
changeset 892
49afb6b98253
parent 882
2f3cc8e045d5
child 899
eb9604e381e3
child 927
409b82a4765e
child 943
af81220741d9
--- a/src/actions.cc	Tue Sep 09 01:16:24 2014 +0300
+++ b/src/actions.cc	Tue Sep 09 02:36:14 2014 +0300
@@ -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