|
|
@ -8531,7 +8531,6 @@ bool ImGui::InputFloatN(const char* label, float* v, int components, int decimal |
|
|
|
} |
|
|
|
} |
|
|
|
PopID(); |
|
|
|
PopID(); |
|
|
|
|
|
|
|
|
|
|
|
window->DC.CurrentLineTextBaseOffset = ImMax(window->DC.CurrentLineTextBaseOffset, g.Style.FramePadding.y); |
|
|
|
|
|
|
|
TextUnformatted(label, FindRenderedTextEnd(label)); |
|
|
|
TextUnformatted(label, FindRenderedTextEnd(label)); |
|
|
|
EndGroup(); |
|
|
|
EndGroup(); |
|
|
|
|
|
|
|
|
|
|
@ -8574,7 +8573,6 @@ bool ImGui::InputIntN(const char* label, int* v, int components, ImGuiInputTextF |
|
|
|
} |
|
|
|
} |
|
|
|
PopID(); |
|
|
|
PopID(); |
|
|
|
|
|
|
|
|
|
|
|
window->DC.CurrentLineTextBaseOffset = ImMax(window->DC.CurrentLineTextBaseOffset, g.Style.FramePadding.y); |
|
|
|
|
|
|
|
TextUnformatted(label, FindRenderedTextEnd(label)); |
|
|
|
TextUnformatted(label, FindRenderedTextEnd(label)); |
|
|
|
EndGroup(); |
|
|
|
EndGroup(); |
|
|
|
|
|
|
|
|
|
|
|