I made simple project with one PngBitBtn and then compiled it with following configuration:
- runtime themes are disabled
- Debug mode - OK
- Release mode - OK
- runtime themes are enabled
- Debug mode - OK
- Release mode - there is no caption on PngBitBtn
The only way to show caption correctly is turn off optimization. Is it possible to solve this problem without turning off optimization?
Thank you in advance, Tim
Tested on Delphi XE3, XE6. Platform: win32. PNGComponents version: newest from embarcadero CodeCentral.
print screen:
Simply a bug!
To fix it, insert the following line at line 326 in PngBitBtn.pas method TPngBitBtnStyleHook.DrawButton:
The code in that area should now look like this: