diff --git a/imgui.cpp b/imgui.cpp index 2657fa2..0159066 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -8531,7 +8531,6 @@ } PopID(); - window->DC.CurrentLineTextBaseOffset = ImMax(window->DC.CurrentLineTextBaseOffset, g.Style.FramePadding.y); TextUnformatted(label, FindRenderedTextEnd(label)); EndGroup(); @@ -8574,7 +8573,6 @@ } PopID(); - window->DC.CurrentLineTextBaseOffset = ImMax(window->DC.CurrentLineTextBaseOffset, g.Style.FramePadding.y); TextUnformatted(label, FindRenderedTextEnd(label)); EndGroup();