Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Mar 3, 2021
1 parent 777a0f1 commit 9189b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ void Manager::_closeWindow(Window* window, bool redraw_background)
redrawState = RedrawState::ClosingApp;
}
else {
redrawState = RedrawState::AWindowHasJustBeenClosed;
redrawState = RedrawState::AWindowHasJustBeenClosed;
}
}

Expand Down

0 comments on commit 9189b8b

Please sign in to comment.