mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
fixed merge issue
This commit is contained in:
@@ -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)];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user