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:
Paul Cornett
2014-05-17 17:22:30 +00:00
parent ebc6161c59
commit 8a78ec6b38
2 changed files with 9 additions and 14 deletions

View File

@@ -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;