Don't bring up RMB menu for StackArguments on an empty argument.

This commit is contained in:
Ernie Pasveer
2022-05-15 15:19:17 -05:00
parent 9e61eef7e1
commit 80eb956a0a
+4
View File
@@ -133,6 +133,10 @@ void SeerStackArgumentsBrowserWidget::handleContextMenu (const QPoint& pos) {
return;
}
if (item->text(1) == "") {
return;
}
QAction* addVariableLoggerExpressionAction;
QAction* addVariableLoggerAsteriskExpressionAction;
QAction* addVariableLoggerAmpersandExpressionAction;