Răsfoiți Sursa

fixed merge issue

Charlie Kindel 5 ani în urmă
părinte
comite
24e6866ae5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      UICatalog/Scenarios/ComputedLayout.cs

+ 1 - 1
UICatalog/Scenarios/ComputedLayout.cs

@@ -28,7 +28,7 @@ namespace UICatalog {
 				ColorScheme = Colors.Error
 			};
 
-			Application.OnResized += () => {
+			Application.Resized += (sender, a) => {
 				horizontalRuler.Text = rule.Repeat ((int)Math.Ceiling ((double)(horizontalRuler.Bounds.Width) / (double)rule.Length)) [0..(horizontalRuler.Bounds.Width)];
 			};