https://bugs.kde.org/show_bug.cgi?id=276855
--- Comment #7 from Kevin Kofler <kevin kofler chello at> 2012-02-29 05:33:48 --- Actually, on X11, the code in KGlobalSettings got changed to not use KStyle::default() directly. Instead, it is only used by the KDE Platform plugin, which is only active in KDE Plasma workspaces sessions. See: https://projects.kde.org/projects/kde/kdelibs/repository/entry/kdeui/kernel/kglobalsettings.cpp?rev=KDE%2F4.8#L924 So you (kdewin) are the only ones defaulting to Oxygen instead of the platform's native style. (X11 uses the native style of the environment, Mac uses the native Mac style etc.) Qt tries hard to look native, overriding that is a very bad idea. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
