Skip to content

Commit f5cbdc5

Browse files
committed
If fixed...
1 parent 59f8bd2 commit f5cbdc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PluginCore/DockPanelSuite/Docking/DockContentHandler.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,10 @@ internal void SetDockState(bool isHidden, DockState visibleState, DockPane oldPa
551551
{
552552
DockPanel.ContentFocusManager.RemoveFromList(Content);
553553
}
554-
else if (NativeMethods.ShouldUseWin32())
555-
{
556-
DockPanel.ContentFocusManager.AddToList(Content);
557-
}
554+
}
555+
else if (NativeMethods.ShouldUseWin32())
556+
{
557+
DockPanel.ContentFocusManager.AddToList(Content);
558558
}
559559
OnDockStateChanged(EventArgs.Empty);
560560
}

0 commit comments

Comments
 (0)