Changeset - 79a743a4b1bb
[Not reviewed]
scalezoomer
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-09-13 09:14:22
hy@ozderya.net
remove previously disabled code
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
scalepicker.cpp
Show inline comments
 
@@ -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)
0 comments (0 inline, 0 general)