mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Merge pull request #2925 from mRemoteNG/copilot/fix-options-panel-display
Fix Options panel corruption when toggling "Always show panel tabs"
This commit is contained in:
@@ -89,7 +89,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
|
||||
* Properties.OptionsTabsPanelsPage.Default.AlwaysShowConnectionTabs nerver used
|
||||
*/
|
||||
//Properties.OptionsTabsPanelsPage.Default.AlwaysShowConnectionTabs = chkAlwaysShowConnectionTabs.Checked;
|
||||
FrmMain.Default.ShowHidePanelTabs();
|
||||
|
||||
// Defer the ShowHidePanelTabs call to avoid corrupting the Options window
|
||||
// This ensures the call happens after the Options window is closed
|
||||
FrmMain.Default.BeginInvoke(new System.Windows.Forms.MethodInvoker(FrmMain.Default.ShowHidePanelTabs));
|
||||
|
||||
/*
|
||||
* Comment added: June 16, 2024
|
||||
|
||||
Reference in New Issue
Block a user