From: davila <> Date: Tue, 25 May 2010 16:56:38 +0000 (+0000) Subject: no message X-Git-Tag: v1_0_0~66 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2f92a01f721b3a6b56ddbd0dbb1a80d809436f35;p=bbtkGEditor.git no message --- diff --git a/appli/bbEditor/bbEditor.cxx b/appli/bbEditor/bbEditor.cxx index 781dbc9..6d995a6 100644 --- a/appli/bbEditor/bbEditor.cxx +++ b/appli/bbEditor/bbEditor.cxx @@ -8,7 +8,7 @@ #include #include - +#include class wxBBEditorApp : public wxApp { @@ -27,7 +27,12 @@ IMPLEMENT_APP(wxBBEditorApp); // main frame bool wxBBEditorApp::OnInit( ) { - wxApp::OnInit(); +#ifdef MACOSX /* assume this is OSX */ + wxSystemOptions::SetOption("mac.listctrl.always_use_generic", 1); +#endif MACOSX + + + wxApp::OnInit(); #ifdef __WXGTK__ //See http://www.wxwindows.org/faqgtk.htm#locale setlocale(LC_NUMERIC, "C");