Select the equation when the EquationTextBox has focus and during analysis (#1067)
* Select equation on focus * PR comment
This commit is contained in:
@@ -158,7 +158,7 @@ public
|
||||
{
|
||||
auto equation = static_cast<Equation ^>(sender);
|
||||
auto propertyName = args->PropertyName;
|
||||
if (propertyName == GraphControl::Equation::LineColorPropertyName)
|
||||
if (propertyName == GraphControl::Equation::LineColorPropertyName || propertyName == GraphControl::Equation::IsSelectedPropertyName)
|
||||
{
|
||||
EquationStyleChanged(equation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user