mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 02:26:50 -07:00
Adjustments to ghost textbox (#924)
* adjustments * delete extra visual states * Fix hover bug * Fix a few more bugs * Fix high contrast crash
This commit is contained in:
parent
ab2ad8cdee
commit
240792a775
6 changed files with 64 additions and 36 deletions
|
@ -45,7 +45,7 @@ public
|
|||
|
||||
OBSERVABLE_OBJECT();
|
||||
OBSERVABLE_PROPERTY_R(GraphControl::Equation ^, GraphEquation);
|
||||
OBSERVABLE_PROPERTY_R(int, FunctionLabelIndex);
|
||||
OBSERVABLE_PROPERTY_RW(int, FunctionLabelIndex);
|
||||
OBSERVABLE_PROPERTY_RW(bool, IsLastItemInList);
|
||||
|
||||
property Platform::String ^ Expression
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue