Skip to content

Commit

Permalink
[HK] fixes NPE in MapEditor (#430)
Browse files Browse the repository at this point in the history
Change-Id: I8b504317457d2cd1225f83735c616a09ff794211
Signed-off-by: Frank Gasdorf <[email protected]>
  • Loading branch information
fgdrf authored Nov 5, 2020
1 parent aead7ee commit 432ea08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ public void createPartControl(final Composite parent) {

scaleContributionItem = new ScaleRatioLabel(this);
scaleContributionItem.setVisible(true);
statusBar.appendToGroup(StatusLineManager.MIDDLE_GROUP, crsContributionItem);
statusBar.appendToGroup(StatusLineManager.MIDDLE_GROUP, scaleContributionItem);

crsContributionItem = new CRSContributionItem(this);
crsContributionItem.setVisible(true);
Expand Down

0 comments on commit 432ea08

Please sign in to comment.