mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Merge pull request #1459 from asmorkalov:ocv_qt_segflt_fix
This commit is contained in:
commit
83b36dcbcf
@ -1736,7 +1736,8 @@ void CvWindow::displayStatusBar(QString text, int delayms)
|
||||
|
||||
void CvWindow::enablePropertiesButton()
|
||||
{
|
||||
vect_QActions[9]->setDisabled(false);
|
||||
if (!vect_QActions.empty())
|
||||
vect_QActions[9]->setDisabled(false);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user