Remove unused expression item template selector#623
Remove unused expression item template selector#623sanderl merged 2 commits intomicrosoft:masterfrom rudyhuyn:removeUnusedExpressionItemTemplateSelector
Conversation
|
Related questions: Why is the result displayed using an extra |
The CalculationResult control has 2 lines of text to show whole calculation, not just the current input. For Always on Top there is no room for the smaller line above the current input, so the control was not used. |
Code quality
Description of the changes:
DataTemplateandExpressionItemTemplateSelectorfromCalculator.xamlThemeResourcereferences byStaticResourcewhen they don't depend on the currently active theme.How changes were validated: