X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10b959e3729a77b95ab15614d1bdce74da327d8b..1c089c47f344926e2f95a8aa342992ed844fe609:/src/common/tbarbase.cpp diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index 9738d699db..724fab1429 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -795,6 +795,8 @@ void wxToolBarBase::CalcUnscrolledPosition(const int x, const int y, float *xx, void wxToolBarBase::OnIdle(wxIdleEvent& event) { + wxWindow::OnIdle(event); + DoToolbarUpdates(); }