Browse Source

IMAGEUTILS - minor change for Preview Window Button

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
fa8c7097c4
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);
 
             var txt = new System.Windows.Controls.TextBox();
+            txt.IsEnabled = false;
             txt.Text = caption;
             txt.BorderThickness = new Thickness(0);
             txt.TextWrapping = TextWrapping.WrapWithOverflow;