Fixed bug where an error would occur for word pages
This commit is contained in:
parent
a17a98fe57
commit
3412a35eac
@ -41,7 +41,8 @@ namespace Volian.Controls.Library
|
|||||||
{
|
{
|
||||||
_RibbonExpanded = value;
|
_RibbonExpanded = value;
|
||||||
foreach (DisplayTabItem tabItem in _MyDisplayTabItems.Values)
|
foreach (DisplayTabItem tabItem in _MyDisplayTabItems.Values)
|
||||||
tabItem.MyStepTabPanel.MyStepTabRibbon.Expanded = _RibbonExpanded;
|
if (tabItem.MyStepTabPanel != null)
|
||||||
|
tabItem.MyStepTabPanel.MyStepTabRibbon.Expanded = _RibbonExpanded;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user