Skip to content

Commit

Permalink
style: UI window auto sizes to tab you select
Browse files Browse the repository at this point in the history
  • Loading branch information
wired420 committed Feb 19, 2023
1 parent 2bcd815 commit 1732d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MQ2MeshManager.cpp
Expand Up @@ -1640,7 +1640,7 @@ PLUGIN_API void OnUpdateImGui()
{
if (ShowMeshManagerWindow)
{
if (ImGui::Begin("Mesh Manager", &ShowMeshManagerWindow, ImGuiWindowFlags_None))
if (ImGui::Begin("Mesh Manager", &ShowMeshManagerWindow, ImGuiWindowFlags_AlwaysAutoResize|ImGuiWindowFlags_NoResize))
{
if (ImGui::BeginTabBar("MeshManagerTabs", ImGuiTabBarFlags_None))
{
Expand Down

0 comments on commit 1732d9d

Please sign in to comment.