[glass] StringChooser: Don't call SameLine() at end

This commit is contained in:
Peter Johnson
2021-02-14 13:29:06 -08:00
parent a18a7409fb
commit 2c98939c18

View File

@@ -38,6 +38,4 @@ void glass::DisplayStringChooser(StringChooserModel* model) {
}
ImGui::EndCombo();
}
ImGui::SameLine();
}