We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3b04c commit 5ffe1daCopy full SHA for 5ffe1da
1 file changed
src/editor_app.cpp
@@ -2264,6 +2264,7 @@ void EditorApp::render_menu_split() {
2264
void EditorApp::render_about_dialog() {
2265
if (!show_about_) return;
2266
2267
+ ImGui::OpenPopup("About");
2268
if (ImGui::BeginPopupModal("About", &show_about_, ImGuiWindowFlags_AlwaysAutoResize)) {
2269
ImGui::Text("Personal Code Editor");
2270
ImGui::Separator();
0 commit comments