X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef33382e43d6b40e716dde67715a423d5c06eb8b..38a097f588121ffcab2fa57e4494a6d0783c3567:/src/gtk/listbox.cpp diff --git a/src/gtk/listbox.cpp b/src/gtk/listbox.cpp index beb8d7d336..ea26d531e1 100644 --- a/src/gtk/listbox.cpp +++ b/src/gtk/listbox.cpp @@ -1100,7 +1100,9 @@ void wxListBox::DoApplyWidgetStyle(GtkRcStyle *style) void wxListBox::OnInternalIdle() { - //RN: Is this needed anymore? + // Check if we have to show window now + if (GtkShowFromOnIdle()) return; + wxCursor cursor = m_cursor; if (g_globalCursor.Ok()) cursor = g_globalCursor;