ContextMenuTabProperty_OpeningでKeyNotFoundException
動作環境: オペレーティング システム: Microsoft Windows NT 6.3.9600.0 共通言語ランタイム: 4.0.30319.42000 OpenTween.exeのバージョン: 1.3.2.0 例外 System.Collections.Generic.KeyNotFoundException: 指定されたキーはディレクトリ内に存在しませんでした。 場所 System.Collections.Generic.Dictionary`2.get_Item(TKey key) 場所 OpenTween.TweenMain.ContextMenuTabProperty_Opening(Object sender, CancelEventArgs e) 場所 System.Windows.Forms.ToolStripDropDown.OnOpening(CancelEventArgs e) 場所 System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible) 場所 System.Windows.Forms.ToolStripDropDown.Show(Control control, Point position) 場所 System.Windows.Forms.ContextMenuStrip.ShowInternal(Control source, Point location, Boolean isKeyboardActivated) 場所 System.Windows.Forms.Control.WmContextMenu(Message& m, Control sourceControl) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.TabControl.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
下記コミットにて修正しました。
https://osdn.jp/projects/opentween/scm/git/open-tween/commits/fdaa2f7b15f6b412f98186576c1cf2bcef27b96a
Details