Kaydet (Commit) a87ba810 authored tarafından Noel Grandin's avatar Noel Grandin

remove bogus static variable in reportdesign OSectionWindow

which arrived with
   commit bee74696
   Date:   Tue Feb 1 13:42:47 2011 +0100
    dba34d: limit invalidate calls
and looks extremely dodgy, because it means only the very first report
design window will be correctly configured.

Change-Id: I127c733faaddcacd8507fa74aebe3b6da761327f
Reviewed-on: https://gerrit.libreoffice.org/63641
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst dbd5b255
...@@ -207,13 +207,9 @@ bool OSectionWindow::setGroupSectionTitle( ...@@ -207,13 +207,9 @@ bool OSectionWindow::setGroupSectionTitle(
void OSectionWindow::ImplInitSettings() void OSectionWindow::ImplInitSettings()
{ {
static bool t = false;
if ( t )
{
EnableChildTransparentMode(); EnableChildTransparentMode();
SetParentClipMode( ParentClipMode::NoClip ); SetParentClipMode( ParentClipMode::NoClip );
SetPaintTransparent( true ); SetPaintTransparent( true );
}
SetBackground( ); SetBackground( );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment