parent
1812024594
commit
f32aee7497
1 changed files with 0 additions and 1 deletions
|
@ -787,7 +787,6 @@ namespace OpenTK.Platform.Windows
|
|||
WindowStyle style = (WindowStyle)Functions.GetWindowLong(window.Handle, GetWindowLongOffsets.STYLE);
|
||||
Win32Rectangle rect = Win32Rectangle.From(value);
|
||||
Functions.AdjustWindowRect(ref rect, style, false);
|
||||
Location = new Point(rect.left, rect.top);
|
||||
Size = new Size(rect.Width, rect.Height);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue