Search Issue Tracker
Fixed
Fixed in 2020.3.44f1, 2021.3.17f1, 2022.2.3f1, 2023.1.0a17
Votes
0
Found in
2020.3.39f1
2021.3.9f1
2022.1.14f1
2022.2.0b6
2023.1.0a9
Issue ID
UUM-12808
Regression
No
[Windows] Custom EditorWindow height is 6 pixels longer than the maxSize/minSize when its set to the biggest/smallest size
Reproduction steps:
1. Open the attached project
2. Open “Window/My Window” in the menu bar
3. Increase the size of “My Window” to the maximum
Expected result: “800” is logged in the Console window
Actual result: “806” is logged
Reproducible with: 2020.3.39f1, 2021.3.9f1, 2022.1.14f1, 2022.2.0b6, 2023.1.0a9
Reproducible on: Windows 10
Not reproducible on: macOS 12.4 (Intel)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Deletion prompt is opened when trying to delete a Parent Blendtree State via delete shortcut
- “Assertion Failed”, “Invalid AABB a” and Mesh errors are thrown when editing Group Seed or Frequency settings for Tree Object
- “GetAllOverlapping failed…” error when clicking a GameObject during a custom picking pass in the Scene view for the second time
- “NullReferenceException” thrown when moving control points on a tree branch in Scene view
- [Linux] Player window unexpectedly resizes to monitor dimensions when calling "Screen.SetResolution" function with hardcoded resolution matching current display's width or height
Resolution Note (fix version 2023.1.0a17):
When calculating the border size of a window on Windows, we now scale the value correctly according to the active monitor's scale factor
Resolution Note (fix version 2022.2.3f1):
When calculating the border size of a window on Windows, we now scale the value correctly according to the active monitor's scale factor
Resolution Note (fix version 2021.3.17f1):
When calculating the border size of a window on Windows, we now scale the value correctly according to the active monitor's scale factor
Resolution Note (fix version 2020.3.44f1):
When calculating the border size of a window on Windows, we now scale the value correctly according to the active monitor's scale factor