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()
|
void CvWindow::enablePropertiesButton()
|
||||||
{
|
{
|
||||||
vect_QActions[9]->setDisabled(false);
|
if (!vect_QActions.empty())
|
||||||
|
vect_QActions[9]->setDisabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user