ecere/gui/EditBox: Stopping OnLeftButtonDown/Up going through even if clickThrough...
authorJerome St-Louis <jerome@ecere.com>
Fri, 28 Feb 2014 11:02:36 +0000 (06:02 -0500)
committerJerome St-Louis <jerome@ecere.com>
Fri, 28 Feb 2014 11:02:36 +0000 (06:02 -0500)
commit649a2bfed75118d1da4b1cf0097218bed3290bc3
tree02a1bc51c2a66ba71f00b1a46b5191f56b3a811b
parent68d028ddbbd146c0a93f95da7ace2c9212bca55c
ecere/gui/EditBox: Stopping OnLeftButtonDown/Up going through even if clickThrough is set
- DataBoxes automatically set EditBox editors to true
- This was causing DataBoxes to Refresh() themselves in WSMS when clicking to reposition the cursor
- A possible improvement might be to add a Modifiers flag marking an event as clickThrough so it could be ignored, so that EditBox clickThrough clicks could still be processed
ecere/src/gui/controls/EditBox.ec