Added blind-fix for vert. scrollbars - not tested yet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b3ddc4c2ec
commit
a059bcd21c
@ -572,7 +572,7 @@ void wxWindow::DestroyScrollbar(wxOrientation orientation)
|
||||
XtDestroyWidget((Widget) m_vScrollBar);
|
||||
}
|
||||
m_vScrollBar = (WXWidget) 0;
|
||||
m_vScroll = TRUE;
|
||||
m_vScroll = FALSE;
|
||||
|
||||
XtVaSetValues((Widget) m_scrolledWindow,
|
||||
XmNverticalScrollBar, (Widget) 0,
|
||||
|
Loading…
Reference in New Issue
Block a user