Browse Source

Fixed syntax

flabbet 4 years ago
parent
commit
7750d58879
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PixiEditor/Views/UserControls/EditableTextBlock.xaml.cs

+ 1 - 0
PixiEditor/Views/UserControls/EditableTextBlock.xaml.cs

@@ -84,6 +84,7 @@ namespace PixiEditor.Views
         private void TextBlock_MouseDown(object sender, MouseButtonEventArgs e)
         {
             if (e.ClickCount == 2)
+            {
                 EnableEditing();
             }
         }