Bug 329270

Summary: On canvas notifications appears on the wrong screen in dual-monitor
Product: [Applications] krita Reporter: David REVOY <info>
Component: UsabilityAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: kde
Priority: NOR    
Version: 2.8 Pre-Alpha   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot of the notification on the wrong screen , while wanting for exemple to paint on an invisible layer

Description David REVOY 2013-12-27 08:52:05 UTC
Created attachment 84291 [details]
screenshot of the notification on the wrong screen , while wanting for exemple to paint on an invisible layer

With a twinview setup ( nvidia graphics ) the 'on canvas notification' appears on the wrong screen ( top-right corner of the left screen )  instead of the usual place in Krita ( top-right corner of Krita windows ).
Comment 1 Halla Rempt 2013-12-28 12:36:35 UTC
Git commit b74b2d01b36dbe0347813e460503296cc5b3d217 by Boudewijn Rempt.
Committed on 28/12/2013 at 12:35.
Pushed by rempt into branch 'calligra/2.8'.

Correctly place floating message over the canvas

M  +19   -14   krita/ui/widgets/kis_floating_message.cpp

http://commits.kde.org/calligra/b74b2d01b36dbe0347813e460503296cc5b3d217
Comment 2 Halla Rempt 2013-12-28 12:36:51 UTC
Git commit ae723f93e3c17721829252a96055c06e5bb7c7fa by Boudewijn Rempt.
Committed on 28/12/2013 at 12:35.
Pushed by rempt into branch 'master'.

Correctly place floating message over the canvas

M  +19   -14   krita/ui/widgets/kis_floating_message.cpp

http://commits.kde.org/calligra/ae723f93e3c17721829252a96055c06e5bb7c7fa
Comment 3 David REVOY 2013-12-30 15:10:10 UTC
Nice, it works really well ! ( tested with twinview, across monitors , etc... )  I also like the new top-left placement. Easier to read for me.  thx!