fix propgrid sample when WXWIN_COMPATIBILITY_3_0==0, broken in r75561
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -891,6 +891,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
|
||||
RT_FAILURE();
|
||||
}
|
||||
|
||||
#if WXWIN_COMPATIBILITY_3_0
|
||||
{
|
||||
RT_START_TEST(DoubleToString)
|
||||
|
||||
@@ -911,6 +912,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
|
||||
if ( wxPropertyGrid::DoubleToString(s, -0.000123, 3, true) != "0" )
|
||||
RT_FAILURE();
|
||||
}
|
||||
#endif
|
||||
|
||||
{
|
||||
wxPropertyGridPage* page1;
|
||||
|
Reference in New Issue
Block a user