*fix* issue 297
git-svn-id: http://tint2.googlecode.com/svn/trunk@574 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
7f1f66a497
commit
f6ebfe1cf3
1 changed files with 2 additions and 2 deletions
|
@ -303,11 +303,11 @@ void init_panel_size_and_position(Panel *panel)
|
|||
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue