mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
reverted bad change
This commit is contained in:
@@ -50,6 +50,11 @@ public class Slider<T> : View
|
||||
SetDefaultStyle ();
|
||||
SetCommands ();
|
||||
|
||||
SetContentSize ();
|
||||
|
||||
// BUGBUG: This should not be needed - Need to ensure SetRelativeLayout gets called during EndInit
|
||||
Initialized += (s, e) => { SetContentSize (); };
|
||||
|
||||
LayoutStarted += (s, e) => { SetContentSize (); };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user