src/actions.cc

changeset 761
64ea52bf685c
parent 757
8ab9fa53142b
child 762
d259256e1394
--- a/src/actions.cc	Wed Apr 30 23:44:50 2014 +0300
+++ b/src/actions.cc	Thu May 01 14:26:10 2014 +0300
@@ -290,7 +290,7 @@
 	for (LDObject* obj : getCurrentDocument()->objects())
 		obj->select();
 
-	updateSelection();
+	ui->objectList->selectAll();
 }
 
 // =============================================================================

mercurial