Skip to content

Commit 2ce727c

Browse files
committed
Remove code in UpdateDisplay to update CompactViewText manually
1 parent 96fc451 commit 2ce727c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Samples/Islands/WpfCalculator/CalculatorDemo/MainWindow.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ private void CalcResults()
352352
private void UpdateDisplay()
353353
{
354354
DisplayBox.Text = Display == string.Empty ? "0" : Display;
355-
// Demo3_Step2_AddCompact
356-
//CompactViewText.Text = CompactViewText.Text == string.Empty ? "0" : Display;
357355
}
358356

359357
private void AddToDisplay(char c)

0 commit comments

Comments
 (0)