Skip to content

Commit 5410843

Browse files
committed
No need to update font textbox text
1 parent 90e648c commit 5410843

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Media/InfiniteCanvas/InfiniteCanvas.TextBox.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ private void InkScrollViewer_PointerPressed(object sender, PointerRoutedEventArg
193193

194194
// Updating toolbar
195195
_canvasTextBoxColorPicker.Color = SelectedTextDrawable.TextColor;
196-
_canvasComboBoxFontSizeTextBox.Text = SelectedTextDrawable.FontSize.ToString();
197196
_canvasTextBoxBoldButton.IsChecked = SelectedTextDrawable.IsBold;
198197
_canvasTextBoxItalicButton.IsChecked = SelectedTextDrawable.IsItalic;
199198

0 commit comments

Comments
 (0)