IDEMPIERE-3718 : Added code to resolve Report Wizard toolbar button bug
This commit is contained in:
parent
a6f2a3d279
commit
2957f04f9f
|
@ -506,6 +506,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
|
|||
if (ThemeManager.isUseFontIconForImage())
|
||||
LayoutUtils.addSclass("medium-toolbarbutton", bRefresh);
|
||||
|
||||
bWizard.setName("Wizard");
|
||||
if (ThemeManager.isUseFontIconForImage())
|
||||
bWizard.setIconSclass("z-icon-Wizard");
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue