ecere/gui/EditBox: Fixed selection menu items after undo
authorJerome St-Louis <jerome@ecere.com>
Thu, 10 Jul 2014 11:26:28 +0000 (07:26 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 10 Jul 2014 11:26:28 +0000 (07:26 -0400)
commitde1f42bde6c985451a1b441bb597f2a198361271
tree44eb3cc6c0b06b2264f72780c59ee41f67b9ceb0
parentb3bddf94c2199733c98fc8edcd090ac487b9bbb4
ecere/gui/EditBox: Fixed selection menu items after undo
- Calls to SetViewToCursor() that used to be responsible for invoking SelectionEnables()
 had been commented out, so now calling it directly as well as UpdateDirty() and SetSelectCursor()
ecere/src/gui/controls/EditBox.ec