diff options
| author | Jacob Palecki <[email protected]> | 2021-07-01 23:30:13 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-07-01 23:30:13 -0700 |
| commit | a8eec2c939982010b760b1ae77b361d5f7a7a7f5 (patch) | |
| tree | 0e22c064a823b94129f7b170d4401a07aa677f5a /grapher/Models/Options/AccelOptionSet.cs | |
| parent | Further formatting adjustments (diff) | |
| download | rawaccel-a8eec2c939982010b760b1ae77b361d5f7a7a7f5.tar.xz rawaccel-a8eec2c939982010b760b1ae77b361d5f7a7a7f5.zip | |
Format mostly correct
Diffstat (limited to 'grapher/Models/Options/AccelOptionSet.cs')
| -rw-r--r-- | grapher/Models/Options/AccelOptionSet.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Models/Options/AccelOptionSet.cs b/grapher/Models/Options/AccelOptionSet.cs index 8fb2ad5..75eb017 100644 --- a/grapher/Models/Options/AccelOptionSet.cs +++ b/grapher/Models/Options/AccelOptionSet.cs @@ -61,6 +61,7 @@ namespace grapher.Models.Options Options.ShowShortened(); DisplayTitle(); + Options.HandleLUTOptionsOnResize(); } } |