Kaydet (Commit) 22f48439 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

starmath: directly use white color

Change-Id: I3b0e4ecd5def28c6b9f4639b8df16a2a0ea0008c
üst 2b6a8cd8
...@@ -556,9 +556,7 @@ SmElementsDockingWindow::SmElementsDockingWindow(SfxBindings* pInputBindings, Sf ...@@ -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));
......
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