mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	@@ -7253,7 +7253,7 @@ static void ImGui::TabBarLayout(ImGuiTabBar* tab_bar)
 | 
				
			|||||||
    // Actual layout in host window (we don't do it in BeginTabBar() so as not to waste an extra frame)
 | 
					    // Actual layout in host window (we don't do it in BeginTabBar() so as not to waste an extra frame)
 | 
				
			||||||
    ImGuiWindow* window = g.CurrentWindow;
 | 
					    ImGuiWindow* window = g.CurrentWindow;
 | 
				
			||||||
    window->DC.CursorPos = tab_bar->BarRect.Min;
 | 
					    window->DC.CursorPos = tab_bar->BarRect.Min;
 | 
				
			||||||
    ItemSize(tab_bar->BarRect.GetSize(), tab_bar->FramePadding.y);
 | 
					    ItemSize(ImVec2(tab_bar->WidthAllTabs, tab_bar->BarRect.GetHeight()), tab_bar->FramePadding.y);
 | 
				
			||||||
    window->DC.IdealMaxPos.x = ImMax(window->DC.IdealMaxPos.x, tab_bar->BarRect.Min.x + tab_bar->WidthAllTabsIdeal);
 | 
					    window->DC.IdealMaxPos.x = ImMax(window->DC.IdealMaxPos.x, tab_bar->BarRect.Min.x + tab_bar->WidthAllTabsIdeal);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user