mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Reverted the double click
Reverted the double click as it brokes the tab looks with themes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user