projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correct erasing of background behind controls in a toolbar in wxMSW.
[wxWidgets.git]
/
src
/
common
/
dlgcmn.cpp
diff --git
a/src/common/dlgcmn.cpp
b/src/common/dlgcmn.cpp
index c1cc7eb7b4060c173f39bfae147288b522fff4f7..df7ecdff5981065b0610b6409f76dc6b82541ed8 100644
(file)
--- a/
src/common/dlgcmn.cpp
+++ b/
src/common/dlgcmn.cpp
@@
-125,7
+125,7
@@
END_EVENT_TABLE()
wxDialogLayoutAdapter* wxDialogBase::sm_layoutAdapter = NULL;
bool wxDialogBase::sm_layoutAdaptation = false;
wxDialogLayoutAdapter* wxDialogBase::sm_layoutAdapter = NULL;
bool wxDialogBase::sm_layoutAdaptation = false;
-
void wxDialogBase::Init
()
+
wxDialogBase::wxDialogBase
()
{
m_returnCode = 0;
m_affirmativeId = wxID_OK;
{
m_returnCode = 0;
m_affirmativeId = wxID_OK;