2
0
flabbet 4 жил өмнө
parent
commit
7750d58879

+ 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();
             }
         }