mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Call onOpen on parent class to fire Open signal
Fixes this issue: https://community.aseprite.org/t/dialog-show-bounds-rectangle-is-broken-in-1-3-10/23917/1
This commit is contained in:
parent
a7c8d4cb06
commit
7038ab501e
@ -78,6 +78,7 @@ protected:
|
||||
if (m_handTool && Editor::activeEditor()) {
|
||||
enableHandTool(true);
|
||||
}
|
||||
WindowWithHand::onOpen(ev);
|
||||
}
|
||||
|
||||
void onBeforeClose(CloseEvent& ev) override {
|
||||
|
Loading…
Reference in New Issue
Block a user