PopupWindow have not yellow background anymore.

This commit is contained in:
David Capello 2010-04-25 23:17:37 -03:00
parent 475857ebcf
commit 5bea28659e

View File

@ -149,9 +149,6 @@ bool PopupWindow::msg_proc(JMessage msg)
this->border_width.t = h - 3 * jguiscale();
}
/* setup the background color */
jwidget_set_bg_color(this, makecol(255, 255, 200));
return true;
}
break;