1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-03-25 23:37:05 +00:00

Minor change in GotoFrameEntry::onProcessMessage

This commit is contained in:
David Capello 2016-11-29 11:08:09 -03:00
parent 60d89b10ed
commit f4683f385d

@ -476,7 +476,7 @@ public:
case kMouseEnterMessage:
if (Preferences::instance().statusBar.focusFrameFieldOnMouseover()) {
requestFocus();
selectText(0, -1);
selectAllText();
}
break;