Implement wxWindow::Disable() for non-native controls in wxOSX.
Previously disabling generic window simply didn't do anything. Fix this by explicitly refusing to generate mouse/keyboard events for it. Closes #13155.
This commit is contained in:
committed by
Vadim Zeitlin
parent
009abf22b7
commit
7f0963dcf7
@@ -142,6 +142,7 @@ wxMSW:
|
||||
|
||||
wxOSX/Cocoa:
|
||||
|
||||
- Implement wxWindow::Disable() for non-native controls too (Steve Browne).
|
||||
- Add support for wxEVT_COMBOBOX_DROPDOWN and wxEVT_COMBOBOX_CLOSEUP
|
||||
events (Igor Korot).
|
||||
- Implement strike-through support in wxFont (Igor Korot).
|
||||
|
Reference in New Issue
Block a user