Reset queued command when changing CTRL state.

This commit is contained in:
Juanjo
2013-10-14 17:49:32 +00:00
committed by pelya
parent b164486616
commit fc248814fe

View File

@@ -2259,6 +2259,7 @@ struct TabletToolbar : Window {
this->ToggleWidgetLoweredState(WID_TT_CTRL);
HandleCtrlChanged();
this->SetWidgetDirty(WID_TT_CTRL);
EraseQueuedTouchCommand();
break;
case WID_TT_MOVE:
_move_pressed = !_move_pressed;