# HG changeset patch # User Santeri Piippo # Date 1375317878 -10800 # Node ID a52c30a4c04109874479dd8c99ebf37618307776 # Parent 064b0467c8ded7c485a4c3f959c15f97b62ef756 Don't recompile everything when using quick colors, this speeds things up a little diff -r 064b0467c8de -r a52c30a4c041 src/gui.cpp --- a/src/gui.cpp Thu Aug 01 03:32:57 2013 +0300 +++ b/src/gui.cpp Thu Aug 01 03:44:38 2013 +0300 @@ -465,9 +465,10 @@ continue; // uncolored object obj->setColor (newColor); + R()->compileObject( obj ); } - fullRefresh(); + refresh(); endAction(); }