mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[glass] StringChooser: Don't call SameLine() at end
This commit is contained in:
@@ -38,6 +38,4 @@ void glass::DisplayStringChooser(StringChooserModel* model) {
|
||||
}
|
||||
ImGui::EndCombo();
|
||||
}
|
||||
|
||||
ImGui::SameLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user