Ticket URL: <
http://trac.wxwidgets.org/ticket/9844#comment:1>
#9844: Need to double click on widgets when focus in wxGrid cell editor
---------------------+------------------------------------------------------
Reporter: lester | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: wxGrid | Version: 2.8.8
Resolution: | Keywords:
Blockedby: | Patch: 0
Blocking: |
---------------------+------------------------------------------------------
Comment(by teckert):
If the user clicks outside the grid control while a cell editor is active
the grid control takes the focus away from the window the user clicked.
If it was a button then the button will not issue a WM_COMMAND when
clicked and user has to click twice.
Patch:
In wxGrid::HideCellEditControl() determine if the cell edit control has
focus before hiding it and only put the focus on the grid if it had.
Tom Eckert
Sr. Software Engineer
AudioScience, Inc
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/9844#comment:1>
_______________________________________________
wx-dev mailing list
wx-dev@...
http://lists.wxwidgets.org/mailman/listinfo/wx-dev