projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxSPinCtrl no longer set focus to its text field
[wxWidgets.git]
/
src
/
generic
/
splash.cpp
diff --git
a/src/generic/splash.cpp
b/src/generic/splash.cpp
index fd23f630b63d2f4c139cc9fa90e90879b6a24ca4..fa641bdf1e069c009241dc9acde7016e84846166 100644
(file)
--- a/
src/generic/splash.cpp
+++ b/
src/generic/splash.cpp
@@
-111,7
+111,7
@@
wxSplashScreenWindow::wxSplashScreenWindow(const wxBitmap& bitmap, wxWindow* par
{
m_bitmap = bitmap;
-#if
ndef __WXGTK__
+#if
!defined(__WXGTK__) && wxUSE_PALETTE
bool hiColour = (wxDisplayDepth() >= 16) ;
if (bitmap.GetPalette() && !hiColour)