Smartphone fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -70,9 +70,13 @@ of MSW, MAC and OS2
|
|||||||
((USE_WXMSW || USE_WXPM) && USE_GENERIC_DIALOGS && wxUSE_FONTDLG)
|
((USE_WXMSW || USE_WXPM) && USE_GENERIC_DIALOGS && wxUSE_FONTDLG)
|
||||||
|
|
||||||
|
|
||||||
// Turn to 0 if there is any reason for not presenting difference between
|
// Turn USE_MODAL_PRESENTATION to 0 if there is any reason for not presenting difference
|
||||||
// modal and modeless dialogs (ie. not implemented it in your port yet)
|
// between modal and modeless dialogs (ie. not implemented it in your port yet)
|
||||||
#define USE_MODAL_PRESENTATION 1
|
#if defined(__SMARTPHONE__)
|
||||||
|
#define USE_MODAL_PRESENTATION 0
|
||||||
|
#else
|
||||||
|
#define USE_MODAL_PRESENTATION 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Define a new application type
|
// Define a new application type
|
||||||
|
Reference in New Issue
Block a user