CPKreuz 4 سال پیش
والد
کامیت
d2200858fa
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      PixiEditor/Views/UserControls/AvalonDockWindows/ReferenceLayerWindow.xaml

+ 1 - 2
PixiEditor/Views/UserControls/AvalonDockWindows/ReferenceLayerWindow.xaml

@@ -36,7 +36,6 @@
         </StackPanel>
         <Button Command="{Binding UpdateLayerCommand, ElementName=uc}"
                 Style="{StaticResource DarkRoundButton}" FontSize="14" 
-                Height="25" Margin="0,5"
-                IsEnabled="{Binding HasDocument, ElementName=uc}" >Update</Button>
+                Height="25" Margin="0,5">Update</Button>
     </StackPanel>
 </UserControl>