diff options
| author | Jacob Palecki <[email protected]> | 2021-01-20 18:46:47 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-20 18:46:47 -0800 |
| commit | e785ba5b4b4f2a991fef3c5b548b09208bee0293 (patch) | |
| tree | d52f1e99d187643fd1cf55555a76e3a43b841cf1 /grapher/Models/AccelGUI.cs | |
| parent | Tweaks (diff) | |
| download | rawaccel-e785ba5b4b4f2a991fef3c5b548b09208bee0293.tar.xz rawaccel-e785ba5b4b4f2a991fef3c5b548b09208bee0293.zip | |
Final GUI tweaks
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
| -rw-r--r-- | grapher/Models/AccelGUI.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index 5f05798..5cd7012 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -72,6 +72,11 @@ namespace grapher SetupButtons(); AccelForm.DoResize(); + + // TODO: The below removes an overlapping form from the anisotropy panel. + // Figure out why and remove the overlap and below. + ApplyOptions.Directionality.Show(); + ApplyOptions.Directionality.Hide(); } #endregion Constructors |