diff --git a/src/toolbars/ToolBar.cpp b/src/toolbars/ToolBar.cpp index 2145e82d5..02b7a8bd0 100644 --- a/src/toolbars/ToolBar.cpp +++ b/src/toolbars/ToolBar.cpp @@ -452,6 +452,10 @@ bool ToolBar::Expose( bool show ) if( IsDocked() ) { Show( show ); + if( show ) + { + Refresh(); + } } else {