mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 04:13:50 +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)
|
void Window::onVisible(bool visible)
|
||||||
{
|
{
|
||||||
|
Widget::onVisible(visible);
|
||||||
if (get_multiple_displays() && m_display) {
|
if (get_multiple_displays() && m_display) {
|
||||||
display()->nativeWindow()->setVisible(visible);
|
display()->nativeWindow()->setVisible(visible);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user