Commit 9e4741db authored by DonLakeFlyer's avatar DonLakeFlyer

Select all when focused

Strange IP indicators where a Qt 5.8 glitch
parent 09bde0c7
......@@ -116,7 +116,7 @@ TextField {
}
onActiveFocusChanged: {
if (!ScreenTools.isMobile && activeFocus) {
if (activeFocus) {
selectAll()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment