Skip to content

Commit

Permalink
Deleting Model Changes Position (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed May 10, 2022
1 parent 02b32f7 commit 77ca339
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ void Subwindow_DeleteScene::UpdateConfirmDeletePopup() {
SceneManager_->Scenes_.erase(SceneManager_->Scenes_.begin() + SceneIndex_);
}
ShowDeleteConfirm_ = false;
SceneManager_->Scenes_[SceneManager_->ActiveScene_]->HasSelectionChanged = true;
}
ImGui::SameLine();
if (ImGui::Button("Abort", ImVec2(120, 0)) || ImGui::IsKeyPressed(GLFW_KEY_ESCAPE)) { // If Button Pressed, Or Escape Key Pressed
Expand Down

0 comments on commit 77ca339

Please sign in to comment.