Browse Source

Merge remote-tracking branch 'origin/nick' into frank

Frank van den Bos 2 years ago
parent
commit
e933efb9ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      inabox.wpf/ImageUtils.cs

+ 1 - 0
inabox.wpf/ImageUtils.cs

@@ -799,6 +799,7 @@ namespace InABox.WPF
             grid.Children.Add(img);
             grid.Children.Add(img);
 
 
             var txt = new System.Windows.Controls.TextBox();
             var txt = new System.Windows.Controls.TextBox();
+            txt.IsEnabled = false;
             txt.Text = caption;
             txt.Text = caption;
             txt.BorderThickness = new Thickness(0);
             txt.BorderThickness = new Thickness(0);
             txt.TextWrapping = TextWrapping.WrapWithOverflow;
             txt.TextWrapping = TextWrapping.WrapWithOverflow;