Skip to content

Commit

Permalink
Simplify instruction to move window (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo authored Dec 19, 2024
1 parent 0762513 commit 55e3ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ struct MyFrame : wxFrame {
}
#endif
SetSize(resx, resy);
SetPosition(wxPoint(posx, posy));
Move(posx, posy);

bool ismax;
sys->cfg->Read(L"maximized", &ismax, true);
Expand Down

0 comments on commit 55e3ec4

Please sign in to comment.