mirror of https://github.com/aseprite/aseprite.git
Compare commits
2 Commits
49540d7e0f
...
efe744c36d
| Author | SHA1 | Date |
|---|---|---|
|
|
efe744c36d | |
|
|
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