Skip to content

Commit 564d846

Browse files
committed
call refreshView after setting initialization field
1 parent bb18cda commit 564d846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Asn1Editor.Wpf.Controls/AsnHexViewer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ public override void OnApplyTemplate() {
270270
ranges = new TextRange[3];
271271
calculateWidths();
272272
panes = [HexAddressPane, HexRawPane, HexAsciiPane];
273-
refreshView();
274273
controlInitialized = true;
274+
refreshView();
275275
if (SelectedNode is not null) {
276276
reColorHex(SelectedNode);
277277
}

0 commit comments

Comments
 (0)