Merge remote-tracking branch 'origin/Applications/17.04'

remotes/origin/gsoc2017_hidpi_support
Albert Astals Cid 9 years ago
commit 1a5e20e22b
  1. 2
      shell/shell.cpp

@ -497,7 +497,7 @@ void Shell::setFullScreen( bool useFullScreen )
void Shell::showEvent(QShowEvent *e)
{
if (m_showMenuBarAction)
if (!menuBar()->isNativeMenuBar() && m_showMenuBarAction)
m_showMenuBarAction->setChecked( menuBar()->isVisible() );
KParts::MainWindow::showEvent(e);

Loading…
Cancel
Save