fix #517,restore qt5.9 focusOut behavior

pull/1/head
Michail Vourlakos 8 years ago
parent f5607f87e2
commit 7181341913

@ -58,7 +58,8 @@ DockConfigView::DockConfigView(Plasma::Containment *containment, DockView *dockV
connections << connect(dockView, SIGNAL(screenChanged(QScreen *)), &m_screenSyncTimer, SLOT(start()));
connections << connect(&m_screenSyncTimer, &QTimer::timeout, this, [this]() {
setScreen(m_dockView->screen());
WindowSystem::self().setDockExtraFlags(*this);
//!fix #517 restore focusOut proper behavior with qt5.9
//WindowSystem::self().setDockExtraFlags(*this);
setFlags(wFlags());
syncGeometry();
syncSlideEffect();

Loading…
Cancel
Save