Tried to make wxListBox::Update() work, typo corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
937fc7dbea
commit
1975440bf7
@ -510,7 +510,7 @@ void wxListBox::Update()
|
||||
wxWindow::Update();
|
||||
|
||||
if (m_treeview)
|
||||
gdk_window_process_updates(m_wxwindow->window, TRUE);
|
||||
gdk_window_process_updates(GTK_WIDGET(m_treeview)->window, TRUE);
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user