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())
|
if (ThemeManager.isUseFontIconForImage())
|
||||||
LayoutUtils.addSclass("medium-toolbarbutton", bRefresh);
|
LayoutUtils.addSclass("medium-toolbarbutton", bRefresh);
|
||||||
|
|
||||||
|
bWizard.setName("Wizard");
|
||||||
if (ThemeManager.isUseFontIconForImage())
|
if (ThemeManager.isUseFontIconForImage())
|
||||||
bWizard.setIconSclass("z-icon-Wizard");
|
bWizard.setIconSclass("z-icon-Wizard");
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue