Retain WS_MAXIMZE when unminmizing a maximized window (#2581)
Co-authored-by: Markus Siglreithmaier <m.siglreith@gmail.com>
This commit is contained in:
parent
9f781bc422
commit
89eea64a4a
4 changed files with 5 additions and 2 deletions
|
|
@ -1185,7 +1185,6 @@ unsafe fn public_window_callback_inner<T: 'static>(
|
|||
w.set_window_flags_in_place(|f| f.set(WindowFlags::MAXIMIZED, maximized));
|
||||
}
|
||||
}
|
||||
|
||||
userdata.send_event(event);
|
||||
0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue