DrawLine normalized; wxStaticBitmap fixed for Dialog Editor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user