소스 검색

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

Frank van den Bos 2 년 전
부모
커밋
e933efb9ac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;