Skip to content

Commit

Permalink
Fehler bei der Wiederherstellung der Fenstergröße behoben.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingHobby committed Nov 29, 2022
1 parent e5cff5f commit a0bd201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CIFE/Sources/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ void MainWindow::correctWindowSize() {
size.x = config->ReadLong("/MainWindow/SizeX", width);
size.y = config->ReadLong("/MainWindow/SizeY", (height * 1.5));
this->SetSize(size);
this->SetSize(width, height);
wxPoint point;
point.x = config->ReadLong("/MainWindow/PosX", 10);
point.y = config->ReadLong("/MainWindow/PosY", 10);
Expand Down

0 comments on commit a0bd201

Please sign in to comment.