X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FSystem.Windows.Forms%2FImplicitHScrollBar.cs;h=babf144047f2a11f1782dedef0476cdf3b88c41d;hb=e16285a739ad659b91c03616e4fe5078fa8cd0c8;hp=cd3345f914ccf5205cf51d9d66c5f39be84f0e79;hpb=c4aef31eeea309e6a795c84c098ac8e1a2490340;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs index cd3345f914c..babf144047f 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs +++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs @@ -40,6 +40,7 @@ namespace System.Windows.Forms { public ImplicitHScrollBar () { + implicit_control = true; SetStyle (ControlStyles.Selectable, false); } }