Skip to content

Commit

Permalink
Make new attributes be added to layouts #766
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Aug 20, 2022
1 parent ea823ab commit 8555295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FetchXmlBuilder/Controls/attributeControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ internal void UpdateUIFromCell()
trkLayoutWidth.Value = trkLayoutWidth.Maximum;
}
}
else
{
chkLayoutVisible.Checked = true;
}
grpLayout.Visible = cell != null;
UpdateCellUI();
}
Expand Down

0 comments on commit 8555295

Please sign in to comment.