mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-02 11:59:58 +00:00
Remember ColorModeWindow position
This commit is contained in:
parent
4fc19c5466
commit
89acb421e0
@ -462,7 +462,10 @@ void ChangePixelFormatCommand::onExecute(Context* context)
|
||||
window.remapWindow();
|
||||
window.centerWindow();
|
||||
|
||||
load_window_pos(&window, "ChangePixelFormat");
|
||||
window.openWindowInForeground();
|
||||
save_window_pos(&window, "ChangePixelFormat");
|
||||
|
||||
if (window.closer() != window.ok())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user