Added table function to return a list of Content records that contain a specified string.
Added stored procedure to standardize text (standard steps) Lazy Load font value. Return the correct EditItem when a step is deleted. Update the StepTabRibbon EditItem when the StepPanel EditItem is changed Get MyItemInfo if it is not set. Added missing logic to MyEditItem.
This commit is contained in:
@@ -443,6 +443,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
}
|
||||
_SelectedEditItem = value;
|
||||
MyStepTabPanel.MyStepTabRibbon.MyEditItem = value;// Update StepTabRibbon.MyEditItem to match
|
||||
if (value != null)
|
||||
{
|
||||
_SelectedEditItem.RefreshDisplay(true);
|
||||
|
Reference in New Issue
Block a user