There is an even more severe bug now: try clicking the mouse several times when the Ctrl is pressed only once. The color picker works only once.<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

-    else if(mode() == KisTool::HOVER_MODE &&<br>
+    else if(mode() == KisTool::SECONDARY_HOVER_MODE &&<br>
             (event->button() == Qt::LeftButton || event->button() == Qt::RightButton) &&<br>
             event->modifiers() & Qt::ControlModifier &&<br>
             !specialModifierActive()) {<br></blockquote><div><br>This is somehow connected with this line. Take care of the state transitions.<br> </div></div>-- <br>Dmitry Kazakov<br>