Skip to content

Commit

Permalink
Prevent 1px sizehint when there is no preconfiguration
Browse files Browse the repository at this point in the history
BUG: 437791
  • Loading branch information
tcanabrava committed Jun 30, 2021
1 parent 553e672 commit b43548b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.cpp
Expand Up @@ -129,7 +129,7 @@ MainWindow::MainWindow() :
KAcceleratorManager::setNoAccel(menuBar());

// create menus
setupGUI();
createGUI();

// remember the original menu accelerators for later use
rememberMenuAccelerators();
Expand Down

0 comments on commit b43548b

Please sign in to comment.