mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +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
|
// Save Data
|
||||||
|
|
||||||
|
bool setDefault = false;
|
||||||
|
|
||||||
|
public override void SetDefaultSizeAndPosition()
|
||||||
|
{
|
||||||
|
if (setDefault)
|
||||||
|
return;
|
||||||
|
setDefault = true;
|
||||||
|
|
||||||
|
base.SetDefaultSizeAndPosition();
|
||||||
|
}
|
||||||
|
|
||||||
public bool ApplyingSaveData { get; set; }
|
public bool ApplyingSaveData { get; set; }
|
||||||
|
|
||||||
public void SaveInternalData()
|
public void SaveInternalData()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user