mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
parent
f76bbcff67
commit
2e17f27237
@ -714,6 +714,13 @@ void Window::onSetText()
|
||||
initTheme();
|
||||
}
|
||||
|
||||
void Window::onVisible(bool visible)
|
||||
{
|
||||
if (get_multiple_displays() && m_display) {
|
||||
display()->nativeWindow()->setVisible(visible);
|
||||
}
|
||||
}
|
||||
|
||||
void Window::onBuildTitleLabel()
|
||||
{
|
||||
if (text().empty()) {
|
||||
|
@ -104,6 +104,7 @@ namespace ui {
|
||||
virtual void onBroadcastMouseMessage(const gfx::Point& screenPos,
|
||||
WidgetsList& targets) override;
|
||||
virtual void onSetText() override;
|
||||
virtual void onVisible(bool visible) override;
|
||||
|
||||
// New events
|
||||
virtual void onOpen(Event& ev);
|
||||
|
Loading…
x
Reference in New Issue
Block a user