Fixed bug where an error would occur for word pages

This commit is contained in:
Rich 2009-06-29 13:54:14 +00:00
parent a17a98fe57
commit 3412a35eac

View File

@ -41,6 +41,7 @@ namespace Volian.Controls.Library
{
_RibbonExpanded = value;
foreach (DisplayTabItem tabItem in _MyDisplayTabItems.Values)
if (tabItem.MyStepTabPanel != null)
tabItem.MyStepTabPanel.MyStepTabRibbon.Expanded = _RibbonExpanded;
}
}