Merge with 134adfc56b153b5dbe98a4484b54da40e21c9f79 ( iDempiere Head )
This commit is contained in:
commit
5997f4c96c
|
@ -52,7 +52,7 @@ import org.zkoss.zul.Space;
|
||||||
* @author Cristina Ghita, www.arhipac.ro
|
* @author Cristina Ghita, www.arhipac.ro
|
||||||
* <li>FR [ 2076330 ] Add new methods in CWindowToolbar class
|
* <li>FR [ 2076330 ] Add new methods in CWindowToolbar class
|
||||||
*/
|
*/
|
||||||
public class CWindowToolbar extends FToolbar implements EventListener
|
public class CWindowToolbar extends FToolbar implements EventListener<Event>
|
||||||
{
|
{
|
||||||
private static final String BTNPREFIX = "Btn";
|
private static final String BTNPREFIX = "Btn";
|
||||||
|
|
||||||
|
|
|
@ -208,6 +208,7 @@ public class ADWindowPanel extends AbstractADWindowPanel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
getComponent().getParent().invalidate();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -276,6 +277,8 @@ public class ADWindowPanel extends AbstractADWindowPanel
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
tabbox.getSelectedPanel().invalidate();
|
||||||
}
|
}
|
||||||
tabPanel.detach();
|
tabPanel.detach();
|
||||||
tab.detach();
|
tab.detach();
|
||||||
|
|
Loading…
Reference in New Issue