D7071: added back lines to void Dialog::componentComplete() to fix an issue where the notifications will show as 1 pixel line if the primary screen wasn't the most left one.

Matan Keren noreply at phabricator.kde.org
Wed Aug 2 11:29:06 UTC 2017


matank created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  https://phabricator.kde.org/R242:eab4aa9909a62cce9b32555ed28d142569fb467f introduces a bug where 
   notifications will show up as 1 pixel line if the primary screen is the most left one
  
  BUG 382340
  
  The bug is casued by the removal of The following lines :
  
    if (d->mainItem) {
        d->syncToMainItemSize(); adding back the following lines fixes the issue
    }
  
  Adding them back solves the issue

REPOSITORY
  R242 Plasma Framework (Library)

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D7071

AFFECTED FILES
  src/plasmaquick/dialog.cpp

To: matank
Cc: #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170802/4e450222/attachment.html>


More information about the Kde-frameworks-devel mailing list