Skip to content

Commit 6dbd7b4

Browse files
authored
Bug/button align (#324)
* added MarkupExtension to align button on some toys * definitive bug fixes for button align
1 parent c38d9a8 commit 6dbd7b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dev/impl/DevToys/UI/Controls/CustomTextBox.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ public CustomTextBox()
130130
SelectAllCommand = new RelayCommand(ExecuteSelectAllCommand, CanExecuteSelectAllCommand);
131131

132132
DataContext = this;
133-
134-
UpdateUI();
135133
}
136134

137135
#region CutCommand

0 commit comments

Comments
 (0)