1
0
Dariusz Komosinski 6 жил өмнө
parent
commit
b78b10c596

+ 1 - 1
src/Avalonia.Layout/LayoutHelper.cs

@@ -64,7 +64,7 @@ namespace Avalonia.Layout
         }
 
         /// <summary>
-        /// Invalidates measure for this instance and all visual children recursively.
+        /// Invalidates measure for given control and all visual children recursively.
         /// </summary>
         public static void InvalidateSelfAndChildrenMeasure(ILayoutable control)
         {