fixed merge issue

This commit is contained in:
Charlie Kindel
2020-05-21 09:58:04 -06:00
committed by BDisp
parent 5ffe63c2f8
commit 6de6078931

View File

@@ -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)];
};