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:
Hombre
2018-08-03 07:13:47 +02:00
parent 8397a239a5
commit 8be9a68212

View File

@@ -1009,7 +1009,7 @@ void CropWindow::pointerMoved (int bstate, int x, int y)
MyMutex::MyLock lock(cropHandler.cimg);
if (!onArea (CropImage, x, y) || !cropHandler.cropPixbuf) {
if (!onArea (CropImage, x, y) || !cropHandler.cropPixbuftrue) {
cropHandler.getFullImageSize(mx, my);
// pmlistener->pointerMoved (false, cropHandler.colorParams.working, mx, my, -1, -1, -1);
// if (pmhlistener) pmhlistener->pointerMoved (false, cropHandler.colorParams.working, mx, my, -1, -1, -1);