Also need to override Show
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
da5e85d989
commit
4f450f41a2
@ -809,6 +809,8 @@ public:
|
||||
*x = m_rect.width;
|
||||
*y = m_rect.height;
|
||||
}
|
||||
|
||||
bool Show( bool WXUNUSED(show = true) ) { return false; }
|
||||
|
||||
void DoSizing()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user