Skip to content

Commit 1d32b55

Browse files
authored
Auto-select timestamp text in TTD navigation dialog (#879)
1 parent e69c5f9 commit 1d32b55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ui/timestampnavigationdialog.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ void TimestampNavigationDialog::initializePositions()
8080

8181
// Fill the timestamp edit field with current position
8282
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();
8386
}
8487

8588
void TimestampNavigationDialog::validateInput()

0 commit comments

Comments
 (0)