Skip to content

Commit

Permalink
sample: [StateViewer]右クリックメニューが正しく解放されない不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic9045 committed Dec 15, 2023
1 parent 1f45377 commit 4b84ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SamplePlugins/VehiclePlugins/StateViewer/StateViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public StateViewer(PluginBuilder services) : base(services)
public override void Dispose()
{
Form.Close();
MenuItem.Dispose();
}

public override TickResult Tick(TimeSpan elapsed)
Expand Down

0 comments on commit 4b84ccc

Please sign in to comment.