mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Right clicking on an empty connection panel no longer displays the context menu
This commit is contained in:
@@ -796,6 +796,7 @@ namespace mRemoteNG.UI.Window
|
||||
CloseConnectionTab();
|
||||
break;
|
||||
case MouseButtons.Right:
|
||||
if (TabController.SelectedTab?.Tag == null) return;
|
||||
ShowHideMenuButtons();
|
||||
NativeMethods.SetForegroundWindow(Handle);
|
||||
cmenTab.Show(TabController, e.Location);
|
||||
|
||||
Reference in New Issue
Block a user