This revision was automatically updated to reflect the committed changes.
Closed by commit R242:a0e5bb3ea70d: Don't perform wayland specific fixes when
on X (authored by davidedmundson).
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D6776?vs
mart accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R242 Plasma Framework (Library)
BRANCH
origin-master (branched from master)
REVISION DETAIL
https://phabricator.kde.org/D6776
To: davidedmundson, #plasma, mart
Cc: graesslin, plasma-devel, #frameworks
davidedmundson updated this revision to Diff 16911.
davidedmundson added a comment.
Fixed comment nonsense. Shuffled other code
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D6776?vs=16899&id=16911
BRANCH
origin-master (branched from m
graesslin added a comment.
Your commit message has a typo where X is written but Wayland is meant.
INLINE COMMENTS
> dialog.cpp:1160
>
> -if (ee->region().isNull()) {
> +if (ee->region().isNull() || KWindowSystem::isPlatformX11()) {
> return QQuickWindow::event(
davidedmundson created this revision.
Restricted Application added projects: Plasma, Frameworks.
Restricted Application added subscribers: Frameworks, plasma-devel.
REVISION SUMMARY
https://phabricator.kde.org/R242:fd2e850156ac7aa9c9dc2cf46652b2a1f1fc3a07
introduces some behaviour
changes tha