fixed merge issue

This commit is contained in:
Charlie Kindel
2020-05-21 09:58:04 -06:00
parent b077c01d00
commit 40d14e50ea

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