feat(mainwindow):Delete invalidation method

This commit is contained in:
shaojun 2019-09-03 09:37:45 +08:00
parent 9d169bf64c
commit 54d6447abc

View File

@ -42,7 +42,6 @@ DockPopupWindow::DockPopupWindow(QWidget *parent)
compositeChanged();
setBackgroundColor(DBlurEffectWidget::DarkColor);
setWindowFlags(Qt::X11BypassWindowManagerHint | Qt::WindowStaysOnTopHint | Qt::WindowDoesNotAcceptFocus);
setAttribute(Qt::WA_InputMethodEnabled, false);