-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for TSVGIconImageList #114
Comments
This was referenced Nov 24, 2023
Odd, I am performing pretty much the same changes to the image list:
|
I'm not using a virtual image list. I am using the TSVGIconImageList directly. This is on Delphi 12 (application is being updated from Delphi 10.3) |
Which version of Delphi are you on?
TSVGIconImageList is only for old versions of Delphi before Tokyo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the SVG options that is available via GetIt in the more recent versions of Delphi contains the TSVGIconImageList. Using this list for SVG images mostly works, however the disabled drawing is broken, which is extremely visible if you use a dark theme. I made the following changes to
TB2Common
in theSpIsVirtualImageList
procedure. The code change is towards the bottom of this procedure. I believe the patch file would need to be updated to include this change.The text was updated successfully, but these errors were encountered: