Explorar el Código

Fixed warning

Tig hace 1 año
padre
commit
12562b1182
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      UICatalog/Scenarios/AllViewsTester.cs

+ 1 - 1
UICatalog/Scenarios/AllViewsTester.cs

@@ -350,7 +350,7 @@ public class AllViewsTester : Scenario
 
         if (view is IDesignable designable)
         {
-            designable.EnableForDesign (_demoText);
+            designable.EnableForDesign (ref _demoText);
         }
         else
         {