File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
PerformanceCalculatorGUI/Screens Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ private void load()
118118 Anchor = Anchor . TopLeft ,
119119 Label = "Beatmap ID" ,
120120 PlaceholderText = "Enter a beatmap ID or link" ,
121- CommitOnFocusLoss = false
121+ CommitOnFocusLoss = false ,
122+ SelectAllOnFocus = true
122123 } ,
123124 calculationButton = new StatefulButton ( "Start calculation" )
124125 {
Original file line number Diff line number Diff line change @@ -178,7 +178,8 @@ private void load(OsuColour osuColour)
178178 Label = "Beatmap ID" ,
179179 FixedLabelWidth = 100f ,
180180 PlaceholderText = "Enter a beatmap ID or link" ,
181- CommitOnFocusLoss = false
181+ CommitOnFocusLoss = false ,
182+ SelectAllOnFocus = true
182183 } ,
183184 beatmapImportTypeSwitch = new SwitchButton
184185 {
You can’t perform that action at this time.
0 commit comments