Attempt to fix #4580 : "RT 5.4 on Windows 8.1 x64 crashes while in
editor" Fixing an incorrect 'if' statment
This commit is contained in:
@@ -1009,7 +1009,7 @@ void CropWindow::pointerMoved (int bstate, int x, int y)
|
|||||||
|
|
||||||
MyMutex::MyLock lock(cropHandler.cimg);
|
MyMutex::MyLock lock(cropHandler.cimg);
|
||||||
|
|
||||||
if (!onArea (CropImage, x, y) || !cropHandler.cropPixbuf) {
|
if (!onArea (CropImage, x, y) || !cropHandler.cropPixbuftrue) {
|
||||||
cropHandler.getFullImageSize(mx, my);
|
cropHandler.getFullImageSize(mx, my);
|
||||||
// pmlistener->pointerMoved (false, cropHandler.colorParams.working, mx, my, -1, -1, -1);
|
// pmlistener->pointerMoved (false, cropHandler.colorParams.working, mx, my, -1, -1, -1);
|
||||||
// if (pmhlistener) pmhlistener->pointerMoved (false, cropHandler.colorParams.working, mx, my, -1, -1, -1);
|
// if (pmhlistener) pmhlistener->pointerMoved (false, cropHandler.colorParams.working, mx, my, -1, -1, -1);
|
||||||
|
Reference in New Issue
Block a user