repair the "No Fill" button which sets a transparent background in Writer
see commit 836d986462
This commit is contained in:
@@ -2263,6 +2263,11 @@ void SwBaseShell::ExecBckCol(SfxRequest& rReq)
|
||||
aBrushItem.SetColor( rNewColor );
|
||||
GetView().GetViewFrame()->GetBindings().SetState(rNewColorItem);
|
||||
}
|
||||
else
|
||||
{
|
||||
aBrushItem.SetColor( COL_TRANSPARENT );
|
||||
rReq.AppendItem( SvxColorItem( Color( COL_TRANSPARENT ), nSlot ) );
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user