diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-01-24 13:31:41 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-01-24 13:31:41 +0100 |
commit | ffd600e777970df0908125da66b280e1b00dbec9 (patch) | |
tree | 61cb9819904c99c3d07d63cd1ecd0b1f8b342e5a /vcl/unx/kde4 | |
parent | 7640d6a69f69172127221455b5bc5ae644f595ca (diff) |
masterfix: #i10000# #i116562# kde patch
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r-- | vcl/unx/kde4/KDESalGraphics.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDESalGraphics.cxx b/vcl/unx/kde4/KDESalGraphics.cxx index 2c04af384c51..5a5cd11c52d9 100644 --- a/vcl/unx/kde4/KDESalGraphics.cxx +++ b/vcl/unx/kde4/KDESalGraphics.cxx @@ -556,7 +556,7 @@ BOOL KDESalGraphics::drawNativeControl( ControlType type, ControlPart part, if (returnVal) { - GC gc = SelectFont(); + GC gc = GetFontGC(); if( gc ) { |