mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 23:29:28 +03:00
Fixed content focus when clicking active tab
This commit is contained in:
parent
c38476994b
commit
029ea0774a
@ -462,7 +462,10 @@ namespace DarkUI.Docking
|
||||
return;
|
||||
|
||||
if (e.Content == VisibleContent)
|
||||
{
|
||||
VisibleContent.Focus();
|
||||
return;
|
||||
}
|
||||
|
||||
VisibleContent = e.Content;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user