mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-03 07:39: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;
|
return;
|
||||||
|
|
||||||
if (e.Content == VisibleContent)
|
if (e.Content == VisibleContent)
|
||||||
|
{
|
||||||
|
VisibleContent.Focus();
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
VisibleContent = e.Content;
|
VisibleContent = e.Content;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user