D6776: Don't perform wayland specific fixes when on X
Martin Flöser
noreply at phabricator.kde.org
Wed Jul 19 04:28:04 UTC 2017
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(event);
Maybe better and with Wayland? There is also Windows which is officially supported...
REPOSITORY
R242 Plasma Framework (Library)
REVISION DETAIL
https://phabricator.kde.org/D6776
To: davidedmundson, #plasma
Cc: graesslin, plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170719/a67553fe/attachment.html>
More information about the Kde-frameworks-devel
mailing list