QT statusbar bug fixed for Windows
This commit is contained in:
@@ -2311,6 +2311,9 @@ void ViewPort::paintEvent(QPaintEvent* event)
|
||||
if (drawInfo)
|
||||
drawInstructions(&myPainter);
|
||||
|
||||
//for statusbar
|
||||
if (centralWidget->myStatusBar)
|
||||
drawStatusBar();
|
||||
|
||||
QGraphicsView::paintEvent(event);
|
||||
}
|
||||
|
Reference in New Issue
Block a user