mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
build: Updated ImGui to v1.90.8
This commit is contained in:
@@ -3821,7 +3821,7 @@ CIMGUI_API float ImGuiWindow_CalcFontSize(ImGuiWindow* self)
|
||||
}
|
||||
CIMGUI_API float ImGuiWindow_TitleBarHeight(ImGuiWindow* self)
|
||||
{
|
||||
return self->TitleBarHeight();
|
||||
return self->TitleBarHeight;
|
||||
}
|
||||
CIMGUI_API void ImGuiWindow_TitleBarRect(ImRect *pOut,ImGuiWindow* self)
|
||||
{
|
||||
@@ -3829,7 +3829,7 @@ CIMGUI_API void ImGuiWindow_TitleBarRect(ImRect *pOut,ImGuiWindow* self)
|
||||
}
|
||||
CIMGUI_API float ImGuiWindow_MenuBarHeight(ImGuiWindow* self)
|
||||
{
|
||||
return self->MenuBarHeight();
|
||||
return self->MenuBarHeight;
|
||||
}
|
||||
CIMGUI_API void ImGuiWindow_MenuBarRect(ImRect *pOut,ImGuiWindow* self)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user