IDEMPIERE-3718 : Added code to resolve Report Wizard toolbar button bug

This commit is contained in:
Deepak Pansheriya 2018-05-25 11:43:17 +05:30
parent a6f2a3d279
commit 2957f04f9f
1 changed files with 1 additions and 0 deletions

View File

@ -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