Optimise treeview redraw. It draws its own background, so don't need white background in the template.

This commit is contained in:
Michael Drake 2013-10-03 19:45:02 +01:00
parent 8850d40cec
commit 92ea400bd3
4 changed files with 4 additions and 4 deletions

View File

@ -2454,7 +2454,7 @@ wimp_window {
title_fg:wimp_COLOUR_BLACK
title_bg:wimp_COLOUR_LIGHT_GREY
work_fg:wimp_COLOUR_BLACK
work_bg:wimp_COLOUR_WHITE
work_bg:wimp_COLOUR_TRANSPARENT
scroll_outer:wimp_COLOUR_MID_LIGHT_GREY
scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY
highlight_bg:wimp_COLOUR_CREAM

View File

@ -2662,7 +2662,7 @@ wimp_window {
title_fg:wimp_COLOUR_BLACK
title_bg:wimp_COLOUR_LIGHT_GREY
work_fg:wimp_COLOUR_BLACK
work_bg:wimp_COLOUR_WHITE
work_bg:wimp_COLOUR_TRANSPARENT
scroll_outer:wimp_COLOUR_MID_LIGHT_GREY
scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY
highlight_bg:wimp_COLOUR_CREAM

View File

@ -2466,7 +2466,7 @@ wimp_window {
title_fg:wimp_COLOUR_BLACK
title_bg:wimp_COLOUR_LIGHT_GREY
work_fg:wimp_COLOUR_BLACK
work_bg:wimp_COLOUR_WHITE
work_bg:wimp_COLOUR_TRANSPARENT
scroll_outer:wimp_COLOUR_MID_LIGHT_GREY
scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY
highlight_bg:wimp_COLOUR_CREAM

View File

@ -2666,7 +2666,7 @@ wimp_window {
title_fg:wimp_COLOUR_BLACK
title_bg:wimp_COLOUR_LIGHT_GREY
work_fg:wimp_COLOUR_BLACK
work_bg:wimp_COLOUR_WHITE
work_bg:wimp_COLOUR_TRANSPARENT
scroll_outer:wimp_COLOUR_MID_LIGHT_GREY
scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY
highlight_bg:wimp_COLOUR_CREAM