mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Don't bring up RMB menu for StackArguments on an empty argument.
This commit is contained in:
@@ -133,6 +133,10 @@ void SeerStackArgumentsBrowserWidget::handleContextMenu (const QPoint& pos) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (item->text(1) == "") {
|
||||
return;
|
||||
}
|
||||
|
||||
QAction* addVariableLoggerExpressionAction;
|
||||
QAction* addVariableLoggerAsteriskExpressionAction;
|
||||
QAction* addVariableLoggerAmpersandExpressionAction;
|
||||
|
||||
Reference in New Issue
Block a user