mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixes for clean compilation.
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user