Reverted the double click

Reverted the double click as it brokes the tab looks with themes
This commit is contained in:
Camilo Alvarez
2019-01-07 20:01:21 -05:00
parent 7e4003968d
commit 190204a47f

View File

@@ -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