]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-wm-dialog-utility.patch
- use pointSize()
[packages/libreoffice.git] / openoffice-wm-dialog-utility.patch
CommitLineData
f6bd72df 1--- vcl/unx/source/app/wmadaptor.cxx
2+++ vcl/unx/source/app/wmadaptor.cxx
3@@ -1399,13 +1399,8 @@
4 switch( eType )
5 {
6 case windowType_Utility:
7-#if 0
8- // advertise tool windows as dialogues not utilities for now
9- // due to a bug in metacity 2.4.34 (smaller titlebar font on
10- // resizable utility windows)
11 eWMType = m_aWMAtoms[ NET_WM_WINDOW_TYPE_UTILITY ] ? NET_WM_WINDOW_TYPE_UTILITY : NET_WM_WINDOW_TYPE_DIALOG;
12 break;
13-#endif
14 case windowType_ModelessDialogue:
15 case windowType_ModalDialogue:
16 eWMType = NET_WM_WINDOW_TYPE_DIALOG;
This page took 0.064573 seconds and 4 git commands to generate.