Skip to content

Commit

Permalink
Correct OCPN startup frame sizing logic fault on Gnome 45. #4000
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbcat committed Jun 18, 2024
1 parent e764055 commit 77daf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/ocpn_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1639,8 +1639,8 @@ bool MyApp::OnInit() {
gFrame->SetAllToolbarScale();

// Show the frame

gFrame->Show(TRUE);
Yield(); // required for Gnome 45

gFrame->SetAndApplyColorScheme(global_color_scheme);

Expand Down

0 comments on commit 77daf57

Please sign in to comment.