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:
thilor77
2010-09-26 13:10:37 +00:00
parent 60590bf1ac
commit c569722617
3 changed files with 41 additions and 29 deletions

View File

@@ -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) {