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 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
|
||||
public Color HexBackgrndColor = Color.FromName("Control");
|
||||
public Color HexForegrndColor = Color.FromName("ControlText");
|
||||
|
|
|
@ -2063,6 +2063,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
RefreshFloatingWindowControl();
|
||||
base.OnShown(e);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue