https://bugs.kde.org/show_bug.cgi?id=362025

Dmitry Kazakov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/krit
                   |                            |a/ceff0e241bbd1c14b4b5ee5de
                   |                            |11743b92fb7d760

--- Comment #6 from Dmitry Kazakov <[email protected]> ---
Git commit ceff0e241bbd1c14b4b5ee5de11743b92fb7d760 by Dmitry Kazakov.
Committed on 12/05/2016 at 11:02.
Pushed by dkazakov into branch 'master'.

Fix wrong positioning of children/popup widgets

In Qt 5.5.1 the "change screen" events do not arrive to the widgets
until they are shown on screen and fully initialized. Therefore, if
we initialize geometry of the main window too early, it will be assigned
with a wrong screen and all the child/popup widgets will start
appearing of a different monitor. In Qt 5.6.0 this problem is resolved,
and you can move the window as much as you like even before showing it.

Fixes T2482

M  +0    -1    libs/ui/KisApplication.cpp
M  +22   -0    libs/ui/KisMainWindow.cpp
M  +1    -0    libs/ui/KisMainWindow.h

http://commits.kde.org/krita/ceff0e241bbd1c14b4b5ee5de11743b92fb7d760

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to