fixed some bug with rendering engine
git-svn-id: http://tint2.googlecode.com/svn/trunk@566 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -306,6 +306,7 @@ int resize_panel(void *obj)
|
||||
{
|
||||
int ret = resize_by_layout(obj);
|
||||
|
||||
//printf("resize_panel\n");
|
||||
if (panel_mode != MULTI_DESKTOP) {
|
||||
// propagate width/height on hidden taskbar
|
||||
int i, width, height;
|
||||
@@ -522,7 +523,6 @@ void set_panel_background(Panel *p)
|
||||
}
|
||||
|
||||
// redraw panel's object
|
||||
//p->area.redraw = 1;
|
||||
GSList *l0;
|
||||
Area *a;
|
||||
for (l0 = p->area.list; l0 ; l0 = l0->next) {
|
||||
|
||||
Reference in New Issue
Block a user