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:
Robert Roebling 2008-07-02 10:46:16 +00:00
parent 937fc7dbea
commit 1975440bf7

View File

@ -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);
}
// ----------------------------------------------------------------------------