Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. diff --git i/src/gui/kernel/qwindow.cpp w/src/gui/kernel/qwindow.cpp
  2. index 06db4e8..7289f74 100644
  3. --- i/src/gui/kernel/qwindow.cpp
  4. +++ w/src/gui/kernel/qwindow.cpp
  5. @@ -1595,8 +1595,6 @@ void QWindow::destroy()
  6. }
  7. }
  8.  
  9. - if (QGuiApplicationPrivate::focus_window == this)
  10. - QGuiApplicationPrivate::focus_window = parent();
  11. if (QGuiApplicationPrivate::currentMouseWindow == this)
  12. QGuiApplicationPrivate::currentMouseWindow = parent();
  13. if (QGuiApplicationPrivate::tabletPressTarget == this)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement