Commit b65bbd21 authored by Andy Vawer's avatar Andy Vawer Committed by ROOL
Browse files

Fix mouse click on icon which closes window incorrectly triggering writeable selection drag

parent 0c7e26f5
......@@ -1699,6 +1699,9 @@ ptr_iconbar_icon
LDRNE R7,mouseflags
TSTNE R7,#mf_waitdrag
ORRNE R7,R7,#mf_oldcoords ; avoid missing clicks
[ CnP
MOVNE R6,#0 ; prevent triggering of writeable actions below
]
BNE waitdrag_action ; pre-emptive strike!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment