Gui: Process minor review comments

Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com>
This commit is contained in:
Pieter Hijma
2025-09-01 15:30:03 +02:00
parent bc406bee68
commit cf15c637b8

View File

@@ -949,8 +949,8 @@ void PropertyEditor::contextMenuEvent(QContextMenuEvent*)
bool ok = false;
const QString currentTooltip = QString::fromUtf8(prop->getDocumentation());
QString newTooltip = QInputDialog::getMultiLineText(Gui::getMainWindow(),
tr("Edit property tooltip"),
tr("Tooltip:"),
tr("Edit Property Tooltip"),
tr("Tooltip"),
currentTooltip,
&ok);
if (!ok || newTooltip == currentTooltip) {