[Lazarus] Incorrect scrollbar theme in editor popup windows

Graeme Geldenhuys graeme at geldenhuys.co.uk
Wed Sep 26 14:33:20 CEST 2012


On 2012-09-26 13:17, Mattias Gaertner wrote:
>
> Or exclude the clip rect or add csOpaque to the scrollbar controlstyle.


It seems we found a bug here. TScrollbar is Opaque, but LCL-GTK2 seems 
to ignore that ControlStyle setting.


The code from TCustomScrollbar.Create()


   ControlStyle := ControlStyle + [csFramed, csDoubleClicks, csOpaque]
                                - [csAcceptsControls, csDoubleClicks,
                                   csCaptureMouse, csSetCaption];


Regards,
   - Graeme -





More information about the Lazarus mailing list