mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Add missing call to Widget::onVisible()
This is not necessary at the moment but just in case if in the future we add a signal or Widget::onVisible() starts doing something.
This commit is contained in:
parent
2e17f27237
commit
59ff0d801a
@ -716,6 +716,7 @@ void Window::onSetText()
|
||||
|
||||
void Window::onVisible(bool visible)
|
||||
{
|
||||
Widget::onVisible(visible);
|
||||
if (get_multiple_displays() && m_display) {
|
||||
display()->nativeWindow()->setVisible(visible);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user