Thu, 01 Aug 2013 03:44:38 +0300
Don't recompile everything when using quick colors, this speeds things up a little
--- 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(); }