1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00
This commit is contained in:
Emil Ernerfeldt
2023-11-03 11:43:02 +01:00
parent 51b083a896
commit 29e1c4d101
4 changed files with 22 additions and 22 deletions

View File

@@ -1211,7 +1211,7 @@ pub fn changes_between_builders(
let mut commands = Vec::new();
// Title is not compared because if has a new title will create a new window
// The title of a avalibile window can only be changed with ViewportCommand::Title
// The title of a available window can only be changed with ViewportCommand::Title
if let Some(position) = new.position {
if Some(position) != last.position {