mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Merge pull request #1726 from swt2c/more_pg_fixes
Fix wx.PropertyGridManager GetExtraStyle() and GTK3 demo issue
This commit is contained in:
@@ -678,7 +678,7 @@ class TestPanel( wx.Panel ):
|
||||
wxpg.PG_TOOLBAR)
|
||||
|
||||
# Show help as tooltips
|
||||
pg.SetExtraStyle(wxpg.PG_EX_HELP_AS_TOOLTIPS)
|
||||
pg.ExtraStyle |= wxpg.PG_EX_HELP_AS_TOOLTIPS
|
||||
|
||||
pg.Bind( wxpg.EVT_PG_CHANGED, self.OnPropGridChange )
|
||||
pg.Bind( wxpg.EVT_PG_PAGE_CHANGED, self.OnPropGridPageChange )
|
||||
|
||||
Submodule ext/wxWidgets updated: 4c0288435b...cde033df8d
Reference in New Issue
Block a user