Explorar el Código

Enabled ViewHighlight.Hover

Tig hace 1 año
padre
commit
28fc3eaf26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      UICatalog/UICatalog.cs

+ 1 - 1
UICatalog/UICatalog.cs

@@ -862,7 +862,7 @@ public class UICatalogApp
                     "Off" => OFF,
                     "Ruler" => RULER,
                     "Padding" => PADDING,
-                    "MouseEnter" => MOUSEOVER,
+                    "MouseOver" => MOUSEOVER,
                     _ => ""
                 };
             }