Fixes for clean compilation.

This commit is contained in:
Sanel Zukan
2007-03-16 16:11:02 +00:00
parent 3e09622646
commit 06438466eb
2 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@ void EDE_Calendar::draw() {
for (i = 0; i < 31; i++) {
Button *btn = m_dayButtons[i];
btn->box(THIN_UP_BOX);
btn->focusbox(DOTTED_FRAME);
//btn->focusbox(DOTTED_FRAME);
btn->color(btn_color);
// btn->highlight_color(btn_color_hov);
btn->labelfont(labelfont());