mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 01:20:17 +00:00
Minor change in GotoFrameEntry::onProcessMessage
This commit is contained in:
parent
60d89b10ed
commit
f4683f385d
@ -476,7 +476,7 @@ public:
|
|||||||
case kMouseEnterMessage:
|
case kMouseEnterMessage:
|
||||||
if (Preferences::instance().statusBar.focusFrameFieldOnMouseover()) {
|
if (Preferences::instance().statusBar.focusFrameFieldOnMouseover()) {
|
||||||
requestFocus();
|
requestFocus();
|
||||||
selectText(0, -1);
|
selectAllText();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user