Merge branch 'Plasma/5.8'

wilder-pre-rebase
Hugo Pereira Da Costa 10 years ago
commit 4a4bb0ce7f
  1. 2
      kstyle/breezeshadowhelper.cpp
  2. 1
      lookandfeel.dark/metadata.desktop

@ -533,7 +533,7 @@ namespace Breeze
void ShadowHelper::uninstallWaylandShadows( QWidget* widget ) const
{
#if BREEZE_HAVE_KWAYLAND
if( widget->windowHandle()->parent() ) return;
if( widget->windowHandle() && widget->windowHandle()->parent() ) return;
if( !_shadowManager ) return;
using namespace KWayland::Client;

@ -33,6 +33,7 @@ Comment[tr]=KDE VDG tarafından geliştirilen Breeze Koyu Masaüstü Tasarım Di
Comment[uk]=Мова розробки стільниці Breeze Dark, створена KDE VDG
Comment[x-test]=xxBreeze Dark Desktop Design Language by the KDE VDGxx
Comment[zh_CN]=KDE 视觉设计组设计的暗色微风桌面设计语言
Comment[zh_TW]=KDE VDG 團隊設計的 Breeze Dark 桌面設計語言
Encoding=UTF-8
Name=Breeze Dark
Name[ar]=نسيم داكن

Loading…
Cancel
Save