mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2024-12-22 22:47:24 +08:00
Fix logic after changes in UniverseLib
This commit is contained in:
parent
3b851b6e08
commit
88e63c8d6a
@ -71,6 +71,17 @@ namespace UnityExplorer.UI.Panels
|
||||
|
||||
// Save Data
|
||||
|
||||
bool setDefault = false;
|
||||
|
||||
public override void SetDefaultSizeAndPosition()
|
||||
{
|
||||
if (setDefault)
|
||||
return;
|
||||
setDefault = true;
|
||||
|
||||
base.SetDefaultSizeAndPosition();
|
||||
}
|
||||
|
||||
public bool ApplyingSaveData { get; set; }
|
||||
|
||||
public void SaveInternalData()
|
||||
|
Loading…
Reference in New Issue
Block a user