We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69c5f9 commit 1d32b55Copy full SHA for 1d32b55
1 file changed
ui/timestampnavigationdialog.cpp
@@ -80,6 +80,9 @@ void TimestampNavigationDialog::initializePositions()
80
81
// Fill the timestamp edit field with current position
82
m_timestampEdit->setText(positionText.toUpper());
83
+
84
+ // Select all text so user can immediately paste a new timestamp or copy the current one
85
+ m_timestampEdit->selectAll();
86
}
87
88
void TimestampNavigationDialog::validateInput()
0 commit comments