diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-22 09:40:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-22 09:40:30 +0000 |
commit | 6e74188870906ea20d2c9ac708877a71748e936a (patch) | |
tree | 27e2b09276c20a037c67d36244b0be6b7acf0012 | |
parent | 2e8db55f79ea5b725814ecf26fd41028c0dc581c (diff) |
INTEGRATION: CWS nwfrtl (1.42.30); FILE MERGED
2006/02/08 12:52:42 pl 1.42.30.1: #i59503# paint event mirroring in one place instead of several
-rw-r--r-- | vcl/unx/gtk/window/gtkframe.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx index be6775171bca..f517135acef9 100644 --- a/vcl/unx/gtk/window/gtkframe.cxx +++ b/vcl/unx/gtk/window/gtkframe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gtkframe.cxx,v $ * - * $Revision: 1.42 $ + * $Revision: 1.43 $ * - * last change: $Author: hr $ $Date: 2006-01-25 11:40:22 $ + * last change: $Author: obo $ $Date: 2006-03-22 10:40:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1965,10 +1965,6 @@ gboolean GtkSalFrame::signalExpose( GtkWidget* pWidget, GdkEventExpose* pEvent, GTK_YIELD_GRAB(); - // --- RTL --- (mirror paint pos) - if( Application::GetSettings().GetLayoutRTL() ) - aEvent.mnBoundX = pThis->maGeometry.nWidth-aEvent.mnBoundWidth-aEvent.mnBoundX; - pThis->CallCallback( SALEVENT_PAINT, &aEvent ); return FALSE; |