| 1048 | } |
| 1049 | |
| 1050 | void ProjectWindow::OnMove(wxMoveEvent & event) |
| 1051 | { |
| 1052 | if (!this->IsMaximized() && !this->IsIconized()) |
| 1053 | SetNormalizedWindowState(this->GetRect()); |
| 1054 | event.Skip(); |
| 1055 | } |
| 1056 | |
| 1057 | void ProjectWindow::OnSize(wxSizeEvent & event) |
| 1058 | { |
nothing calls this directly
no test coverage detected