fixed the problem where the last item in the step list was not scrolling all the way into view
logic to change background color if the item contains an annotation
This commit is contained in:
@@ -334,7 +334,8 @@ namespace Volian.Controls.Library
|
||||
if (_SelectedStepRTB == value) return; // Same - No Change
|
||||
if (_SelectedStepRTB != null)
|
||||
{
|
||||
_SelectedStepRTB.BackColor = InactiveColor;
|
||||
//_SelectedStepRTB.BackColor = InactiveColor;
|
||||
_SelectedStepRTB.SetBackColor();
|
||||
_SelectedStepRTB.SaveText(); // Save any changes to the text
|
||||
_SelectedStepRTB.SaveConfig(); // This may be redundant
|
||||
_SelectedStepRTB.RTBFillIn(false);
|
||||
|
Reference in New Issue
Block a user