Remove LRE/LRO characters from results and error messages (#1161)
* Remove LRE/LRO characters and rely on Xaml to correctly displayed the numbers and error messages RtL * unit tests
This commit is contained in:
@@ -215,7 +215,7 @@ void CalculationResult::UpdateTextState()
|
||||
|
||||
auto containerSize = m_textContainer->ActualWidth;
|
||||
String ^ oldText = m_textBlock->Text;
|
||||
String ^ newText = Utils::LRO + DisplayValue + Utils::PDF;
|
||||
String ^ newText = DisplayValue;
|
||||
|
||||
// Initiate the scaling operation
|
||||
// UpdateLayout will keep calling us until we make it through the below 2 if-statements
|
||||
|
Reference in New Issue
Block a user