fix: restore console panel content layout
This commit is contained in:
@@ -1035,6 +1035,7 @@ void ConsolePanel::Render() {
|
||||
const float errorFilterWidth = CalculateSeverityToggleButtonWidth(counts.errorCount);
|
||||
const float severityGroupWidth = logFilterWidth + warningFilterWidth + errorFilterWidth;
|
||||
|
||||
{
|
||||
UI::PanelToolbarScope toolbar(
|
||||
"ConsoleToolbar",
|
||||
kConsoleToolbarHeight,
|
||||
@@ -1094,6 +1095,7 @@ void ConsolePanel::Render() {
|
||||
ImGui::EndTable();
|
||||
}
|
||||
ImGui::PopStyleVar();
|
||||
}
|
||||
|
||||
UI::PanelContentScope content("ConsoleRoot", ImVec2(0.0f, 0.0f));
|
||||
if (!content.IsOpen()) {
|
||||
|
||||
Reference in New Issue
Block a user