X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4004f41e3ce1655f9fa05c55a697ac0f8677c23a..babc97583e1280ac0992ca8e3dbd7604e2d3963b:/src/msw/statbmp.cpp diff --git a/src/msw/statbmp.cpp b/src/msw/statbmp.cpp index 909a09c532..2f54f08674 100644 --- a/src/msw/statbmp.cpp +++ b/src/msw/statbmp.cpp @@ -112,7 +112,8 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id, ( classname, wxT(""), - winstyle | WS_CHILD | WS_VISIBLE | WS_DISABLED, + // NOT DISABLED!!! We want to move it in Dialog Editor. + winstyle | WS_CHILD | WS_VISIBLE, // | WS_DISABLED, 0, 0, 0, 0, (HWND)parent->GetHWND(), (HMENU)m_windowId,