diff -r 7ad8fb667084 -r 120cf01d8831 src/actions.cc --- a/src/actions.cc Sun Sep 07 22:55:44 2014 +0300 +++ b/src/actions.cc Tue Sep 09 02:42:21 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(); } // =============================================================================