From 190204a47f32d31964313cdcb103020bdfd97461 Mon Sep 17 00:00:00 2001 From: Camilo Alvarez Date: Mon, 7 Jan 2019 20:01:21 -0500 Subject: [PATCH] Reverted the double click Reverted the double click as it brokes the tab looks with themes --- mRemoteV1/Themes/ThemeManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mRemoteV1/Themes/ThemeManager.cs b/mRemoteV1/Themes/ThemeManager.cs index 917b56969..b21a59a4b 100644 --- a/mRemoteV1/Themes/ThemeManager.cs +++ b/mRemoteV1/Themes/ThemeManager.cs @@ -38,8 +38,8 @@ namespace mRemoteNG.Themes ActiveTheme = (ThemeInfo)themes[Settings.Default.ThemeName]; else ActiveTheme = DefaultTheme; - if(ActiveTheme != null && ActiveTheme.Theme != null) - ActiveTheme.Theme.Extender.DockPaneStripFactory = new MremoteDockPaneStripFactory(); + /* if(ActiveTheme != null && ActiveTheme.Theme != null) + ActiveTheme.Theme.Extender.DockPaneStripFactory = new MremoteDockPaneStripFactory();*/ } #endregion