mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
also this should only be settable from inside
This commit is contained in:
parent
2ee2b2ec69
commit
c030d075dd
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace MLEM.Ui.Elements {
|
|||
private UiSystem system;
|
||||
public UiSystem System {
|
||||
get => this.system;
|
||||
set {
|
||||
private set {
|
||||
this.system = value;
|
||||
if (this.system != null && !this.HasCustomStyle)
|
||||
this.InitStyle(this.system.Style);
|
||||
|
|
Loading…
Reference in a new issue