We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841ab81 commit 3c36edaCopy full SHA for 3c36eda
RetailCoder.VBE/UI/DockableToolwindowPresenter.cs
@@ -77,7 +77,7 @@ private IWindow CreateToolWindow(IDockableUserControl control)
77
78
EnsureMinimumWindowSize(toolWindow);
79
80
- toolWindow.IsVisible = _settings != null && !_settings.IsWindowVisible(this);
+ toolWindow.IsVisible = _settings != null && _settings.IsWindowVisible(this);
81
82
userControlHost.AddUserControl(control as UserControl, new IntPtr(_vbe.MainWindow.HWnd));
83
return toolWindow;
0 commit comments