2
0
CPKreuz 4 жил өмнө
parent
commit
d2200858fa

+ 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>