Skip to content

Commit

Permalink
* Part of #982
Browse files Browse the repository at this point in the history
  • Loading branch information
PWagner1 committed Mar 25, 2023
1 parent d1f3c9d commit b9c5dbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public KryptonForm()

_integratedToolbarButtonCollection = null;

IntegratedToolBarValues = new IntegratedToolBarValues(this);
_integratedToolbarValues = new IntegratedToolBarValues(this);
}

/// <summary>
Expand Down Expand Up @@ -667,7 +667,7 @@ public float CornerRoundingRadius

[Category(@"Visuals")]
[Description(@"Gets access to the integrated toolbar values.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public IntegratedToolBarValues IntegratedToolBarValues { get; }

public bool ShouldSerializeIntegratedToolBarValues() => !IntegratedToolBarValues.IsDefault;
Expand Down

0 comments on commit b9c5dbc

Please sign in to comment.