Changes between Initial Version and Version 1 of Ticket #1317, comment 9


Ignore:
Timestamp:
Apr 29, 2012, 5:16:29 AM (12 years ago)
Author:
historic_bruno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1317, comment 9

    initial v1  
    1 This breaks focus :( If a button was enabled but becomes disabled after clicking (like the simulation test buttons) then FindFocus() seems to return NULL, you can no longer control the canvas. This is reproducible on wxMSW and wxGTK. Reverting until we have a better solution.
     1This breaks focus :( If a button was enabled but becomes disabled after clicking (like the simulation test buttons) then `wxWindow::FindFocus()` seems to return NULL, and you can no longer control the canvas. This is reproducible on wxMSW and wxGTK. Reverting until we have a better solution.