]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-gui-font-size-unbreak.patch
- up
[packages/libreoffice.git] / openoffice-gui-font-size-unbreak.patch
1 Index: vcl/source/window/window.cxx
2 ===================================================================
3 RCS file: /cvs/gsl/vcl/source/window/window.cxx,v
4 retrieving revision 1.176
5 diff -u -p -u -r1.176 window.cxx
6 --- vcl/source/window/window.cxx        1 Jul 2003 14:48:37 -0000       1.176
7 +++ vcl/source/window/window.cxx        10 Jul 2003 17:40:59 -0000
8 @@ -392,7 +392,7 @@ void Window::ImplUpdateGlobalSettings( A
9          rSettings.SetStyleSettings( aStyleSettings );
10      }
11  
12 -    if( 1 )
13 +    if( 0 ) // This is/was an incredibly broken thing to do
14      {
15          // #97047: Force all fonts except Mneu and Help to a fixed height
16          // to avoid UI scaling due to large fonts
This page took 0.054758 seconds and 3 git commands to generate.