You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/imgui/imgui/window.kt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,8 @@ interface imgui_window {
342
342
343
343
val windowPosWithPivot = window.setWindowPosVal.x !=Float.MAX_VALUE&& window.hiddenFrames ==0
344
344
if (windowPosWithPivot)
345
-
window.setPos(glm.max(style.displaySafeAreaPadding, window.setWindowPosVal - window.sizeFull * window.setWindowPosPivot), Cond.Null) // Position given a pivot (e.g. for centering)
0 commit comments