starmath: directly use white color
Change-Id: I3b0e4ecd5def28c6b9f4639b8df16a2a0ea0008c
This commit is contained in:
parent
2b6a8cd88c
commit
22f4843900
@ -556,9 +556,7 @@ SmElementsDockingWindow::SmElementsDockingWindow(SfxBindings* pInputBindings, Sf
|
|||||||
|
|
||||||
maElementListBox.SetSelectHdl(LINK(this, SmElementsDockingWindow, ElementSelectedHandle));
|
maElementListBox.SetSelectHdl(LINK(this, SmElementsDockingWindow, ElementSelectedHandle));
|
||||||
|
|
||||||
Wallpaper aWallpaper( Color( COL_WHITE ) );
|
maElementsControl.SetBackground( Color( COL_WHITE ) );
|
||||||
|
|
||||||
maElementsControl.SetBackground( aWallpaper );
|
|
||||||
maElementsControl.SetTextColor( Color( COL_BLACK ) );
|
maElementsControl.SetTextColor( Color( COL_BLACK ) );
|
||||||
maElementsControl.SetSelectHdl(LINK(this, SmElementsDockingWindow, SelectClickHdl));
|
maElementsControl.SetSelectHdl(LINK(this, SmElementsDockingWindow, SelectClickHdl));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user