diff --git a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp index 05c0661d..85f55fc2 100644 --- a/src/qtgui/rclmain_w.cpp +++ b/src/qtgui/rclmain_w.cpp @@ -123,6 +123,10 @@ void RclMain::init() periodictimer = new QTimer(this); + // At least some versions of qt4 don't display the status bar if + // it's not created here. + (void)statusBar(); + (void)new HelpClient(this); HelpClient::installMap(this->name(), "RCL.SEARCH.SIMPLE");