Tabs now re-sized when dock text changes.

This commit is contained in:
Robin 2015-12-22 22:40:18 +00:00
parent 8a9e763fcf
commit 3f2c37a434

View File

@ -520,7 +520,7 @@ namespace DarkUI.Docking
private void DockContent_DockTextChanged(object sender, EventArgs e)
{
Invalidate();
BuildTabs();
}
#endregion