mirror of https://github.com/aseprite/aseprite.git
Compare commits
2 Commits
742a0ab9b6
...
48136b3b34
Author | SHA1 | Date |
---|---|---|
|
48136b3b34 | |
|
ea01d1963c |
|
@ -1457,6 +1457,7 @@ void Manager::_openWindow(Window* window, bool center)
|
|||
spec.minimizable(window->isDesktop());
|
||||
spec.borderless(!window->isDesktop());
|
||||
spec.transparent(window->isTransparent());
|
||||
spec.modal(window->isForeground() || window->isOnTop());
|
||||
|
||||
if (!window->isDesktop()) {
|
||||
spec.parent(parentDisplay->nativeWindow());
|
||||
|
|
Loading…
Reference in New Issue