mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 07:09:27 +03:00
Clicking a dock group tab now focuses the content.
This commit is contained in:
parent
b5798df7cf
commit
ba2997b872
@ -469,6 +469,8 @@ namespace DarkUI.Docking
|
||||
foreach (var content in _contents)
|
||||
content.Visible = content == VisibleContent;
|
||||
|
||||
VisibleContent.Focus();
|
||||
|
||||
EnsureVisible();
|
||||
Invalidate();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user