summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-09-08 01:41:52 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-09-08 01:41:52 (GMT)
commit78780eac5b472e24d78dd946ca88ec4dc6ddbef5 (patch)
tree0e74acbe3d54122d70e9de287860f765f423a764
parentb3b56103910bdac44af89a47e76db431f5d2bd18 (diff)
parent6f2824501d0987043c6456d5ab00adbb4300b682 (diff)
downloadtk-78780eac5b472e24d78dd946ca88ec4dc6ddbef5.zip
tk-78780eac5b472e24d78dd946ca88ec4dc6ddbef5.tar.gz
tk-78780eac5b472e24d78dd946ca88ec4dc6ddbef5.tar.bz2
Merge 8.6
-rw-r--r--macosx/tkMacOSXMouseEvent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c
index 050f4fd..3c881e0 100644
--- a/macosx/tkMacOSXMouseEvent.c
+++ b/macosx/tkMacOSXMouseEvent.c
@@ -128,7 +128,7 @@ enum {
* [39cbacb9e8].
*/
- if (eventType == NSLeftMouseDown) {
+ if (eventType == NSLeftMouseDown || eventType == NSLeftMouseDragged) {
if ([(TKWindow *)eventWindow mouseInResizeArea] &&
([eventWindow styleMask] & NSResizableWindowMask)) {