fixed compilation somehow, the code is still broken!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -187,7 +187,7 @@ void MyApp::PropertyListTest(bool useDialog)
|
|||||||
|
|
||||||
if (useDialog)
|
if (useDialog)
|
||||||
{
|
{
|
||||||
view->ShowView(sheet, propDialog);
|
view->ShowView(sheet, (wxPanel *)propDialog);
|
||||||
propDialog->Centre(wxBOTH);
|
propDialog->Centre(wxBOTH);
|
||||||
propDialog->Show(TRUE);
|
propDialog->Show(TRUE);
|
||||||
}
|
}
|
||||||
@@ -233,7 +233,7 @@ void MyApp::PropertyFormTest(bool useDialog)
|
|||||||
m_childWindow = propFrame;
|
m_childWindow = propFrame;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxPanel *panel = propDialog ? propDialog : propFrame->GetPropertyPanel();
|
wxWindow *panel = propDialog ? propDialog : propFrame->GetPropertyPanel();
|
||||||
wxLayoutConstraints* c;
|
wxLayoutConstraints* c;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user