a bit of cleanup
This commit is contained in:
parent
364c2367ea
commit
ab4f9534fe
|
@ -260,13 +260,6 @@ namespace BizHawk.Client.Common
|
||||||
public bool HexEditorBigEndian = false;
|
public bool HexEditorBigEndian = false;
|
||||||
public int HexEditorDataSize = 1;
|
public int HexEditorDataSize = 1;
|
||||||
|
|
||||||
//public bool HexEditorSaveWindowPosition = true;
|
|
||||||
//public bool HexEditorAlwaysOnTop = false;
|
|
||||||
//public int HexEditorWndx = -1;
|
|
||||||
//public int HexEditorWndy = -1;
|
|
||||||
//public int HexEditorWidth = -1;
|
|
||||||
//public int HexEditorHeight = -1;
|
|
||||||
|
|
||||||
// Hex Editor Colors
|
// Hex Editor Colors
|
||||||
public Color HexBackgrndColor = Color.FromName("Control");
|
public Color HexBackgrndColor = Color.FromName("Control");
|
||||||
public Color HexForegrndColor = Color.FromName("ControlText");
|
public Color HexForegrndColor = Color.FromName("ControlText");
|
||||||
|
|
|
@ -2063,6 +2063,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
RefreshFloatingWindowControl();
|
RefreshFloatingWindowControl();
|
||||||
base.OnShown(e);
|
base.OnShown(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue