fixed merge issue

This commit is contained in:
Charlie Kindel
2020-05-21 09:58:04 -06:00
committed by BDisp
parent 1141c5d249
commit c3fb6f29ec

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