# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-09-13 09:14:22 # Node ID 79a743a4b1bb5c7c09e2e35227e493a001a46369 # Parent c218878cb24d52fc7e60d3029a68fa5929e09f12 remove previously disabled code diff --git a/scalepicker.cpp b/scalepicker.cpp --- a/scalepicker.cpp +++ b/scalepicker.cpp @@ -113,7 +113,6 @@ bool ScalePicker::eventFilter(QObject* o if (!started && pressed && (fabs(posPx-firstPosPx) > MIN_PICK_SIZE)) { started = true; - // pickerOverlay->updateOverlay(); emit pickStarted(pos); } else if (started)