a bit more debug to investigate on multiscreen bugs

wilder-5.14
Marco Martin 9 years ago
parent 7611f250cc
commit affee8c8da
  1. 2
      shell/shellcorona.cpp

@ -1156,7 +1156,7 @@ void ShellCorona::reconsiderOutputs()
addOutput(screen); addOutput(screen);
} }
} else if (isOutputRedundant(screen)) { } else if (isOutputRedundant(screen)) {
qDebug() << "new redundant screen" << screen; qDebug() << "new redundant screen" << screen << "with primary screen" << qGuiApp->primaryScreen();
if (DesktopView* v = desktopForScreen(screen)) if (DesktopView* v = desktopForScreen(screen))
removeDesktop(v); removeDesktop(v);

Loading…
Cancel
Save