IDEMPIERE-5780 NPE on StatusBarPanel (#1912)

This commit is contained in:
Carlos Ruiz 2023-06-28 04:28:21 +02:00 committed by GitHub
parent 509e900a0a
commit 2db4184a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ public class StatusBarPanel extends Panel implements EventListener<Event>, IStat
private String m_text;
private Div east;
private East east;
private Div popup;
@ -109,7 +109,7 @@ public class StatusBarPanel extends Panel implements EventListener<Event>, IStat
Center center = new Center();
statusBar.appendChild(center);
East east = new East();
east = new East();
statusBar.appendChild(east);
LayoutUtils.addSclass("status-selected", selectedLine);