Changed cursor

This commit is contained in:
Robert 2020-09-26 01:15:54 +02:00
parent 526ab00c33
commit 61afefa6b5
6 changed files with 57 additions and 3 deletions

View file

@ -82,6 +82,12 @@ void MainWindow::OnYChanged(double y)
activePlanet->position.ry() = y;
}
void MainWindow::OnDelete()
{
ui.screen->DeletePlanet(activePlanet);
ClosePlanetDialog();
}
void MainWindow::OnToggle()
{
isSimulating = !isSimulating;