Browse Source

Enabled ViewHighlight.Hover

Tig 10 months ago
parent
commit
28fc3eaf26
1 changed files with 1 additions and 1 deletions
  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,
                     _ => ""
                 };
             }