TSpeedButton: No hover effect on linux

Issue #182 resolved
Harry Stahl created an issue

If we have some TSpeedButtons on the form, on linux we don't have a hover effect (on MACOS it is OK), when we move the mouse over the button

Comments (1)

  1. Eugene Kryukov repo owner

    Fixed at 1.12. It is because of compiler issue with records on Linux. We fixed it by adding "packed" to record in Vcl.Themes.pas. It is hard to reproduce in simple app - it happens only in SpeedButton and StatusBar

  2. Log in to comment