candidate fix for #3087
This commit is contained in:
@@ -418,6 +418,10 @@ bool FileBrowserEntry::pressNotify (int button, int type, int bstate, int x, i
|
||||
int ix = x - startx - ofsX;
|
||||
int iy = y - starty - ofsY;
|
||||
|
||||
if (tm == TMNone) {
|
||||
return b;
|
||||
}
|
||||
|
||||
if (!b && selected && inside (x, y)) {
|
||||
if (button == 1 && type == GDK_BUTTON_PRESS && state == SNormal) {
|
||||
if (onArea (CropTopLeft, ix, iy)) {
|
||||
|
Reference in New Issue
Block a user