*fix* issue 297

git-svn-id: http://tint2.googlecode.com/svn/trunk@574 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-10-14 17:14:22 +00:00
parent 7f1f66a497
commit f6ebfe1cf3

View File

@@ -307,7 +307,7 @@ int resize_panel(void *obj)
resize_by_layout(obj, 0);
//printf("resize_panel\n");
if (panel_mode != MULTI_DESKTOP) {
if (panel_mode != MULTI_DESKTOP && taskbar_enabled) {
// propagate width/height on hidden taskbar
int i, width, height;
Panel *panel = (Panel*)obj;