mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
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