From f05f4cb31723b8fd3ed48c5de246984a18ca331d Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 6 Oct 2024 18:52:52 -0600 Subject: [PATCH] Slider code cleanup --- Terminal.Gui/Views/Slider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Views/Slider.cs b/Terminal.Gui/Views/Slider.cs index a5d2c9acc..b684456bc 100644 --- a/Terminal.Gui/Views/Slider.cs +++ b/Terminal.Gui/Views/Slider.cs @@ -1785,7 +1785,7 @@ public class Slider : View, IOrientation return SetFocusedOption (); } - internal new bool Accept () + internal bool Accept () { SetFocusedOption ();