mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 23:45:09 -04:00
minor whitespace style changes
This commit is contained in:
@@ -721,7 +721,7 @@ void MainWindow::setMenuBarInitialVisibility(bool visible)
|
||||
void MainWindow::showEvent(QShowEvent* aEvent)
|
||||
{
|
||||
// Make sure the 'initial' visibility is applied only once.
|
||||
if (! _menuBarInitialVisibilityApplied) {
|
||||
if (!_menuBarInitialVisibilityApplied) {
|
||||
|
||||
// the initial visibility of menubar should be applied at this last
|
||||
// moment. Otherwise, the initial visibility will be determined by
|
||||
|
||||
Reference in New Issue
Block a user