mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Now the window will have the correct size
Now window will not be resizable if is set to false
This commit is contained in:
@@ -1237,7 +1237,7 @@ mod glow_integration {
|
||||
active_viewports_ids.push(id);
|
||||
}
|
||||
|
||||
/// TODO Make this more efficient
|
||||
// TODO Make this more efficient
|
||||
for (id, command) in viewport_commands {
|
||||
for window in gl_window.windows.iter() {
|
||||
if window.window_id == id {
|
||||
|
||||
Reference in New Issue
Block a user