- color for 'Panel' was not defined in resources yet... :)

This commit is contained in:
Ton Roosendaal
2003-10-17 14:18:53 +00:00
parent 8380bc9cab
commit 3583d2fdeb

View File

@@ -378,6 +378,8 @@ char *BIF_ThemeGetColorPtr(bTheme *btheme, int spacetype, int colorid)
cp= ts->text_hi; break;
case TH_HEADER:
cp= ts->header; break;
case TH_PANEL:
cp= ts->panel; break;
case TH_SHADE1:
cp= ts->shade1; break;
case TH_SHADE2: