From f4b6156488a2857b4c89a2a81965b1e2f70648b5 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 25 Sep 2022 10:27:47 -0700 Subject: [PATCH] markerpropertiesdialog: focus label edit on startup --- app/dialog/markerproperties/markerpropertiesdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dialog/markerproperties/markerpropertiesdialog.cpp b/app/dialog/markerproperties/markerpropertiesdialog.cpp index 18fca8cfa..6809b3385 100644 --- a/app/dialog/markerproperties/markerpropertiesdialog.cpp +++ b/app/dialog/markerproperties/markerpropertiesdialog.cpp @@ -119,6 +119,7 @@ MarkerPropertiesDialog::MarkerPropertiesDialog(const std::vectoraddWidget(buttons, row, 0, 1, 2); setWindowTitle(tr("Edit Markers")); + label_edit_->setFocus(); } void MarkerPropertiesDialog::accept()