TwwDataInspector not saving font sizes in .dfm
When using a TwwDataInspector, the font sizes are not being saved. This can be recreated by starting a new project, adding a Data Inspector to the form, add one item to the data inspector, change the datainspector.captionfont.size to 8, save the files. Close the project, reopen the project, the datainspector.captionfont.size defaults to a different value then what was saved. This seems to be an issue with font scaling, but i am unable to verify. Has anyone else seen this issue or have a solution to a fix>
-
Unfortunately I think this issue with the inspector at design time with the caption font cannot be resolved until the next major release. We have internal code changes but the resulting package would be an interface change so it cannot appear with this version. As a workaround you would need to use Delphi 11 with dpi unaware mode in the ide. Alternatively, you could set your caption font at runtime.
Please sign in to leave a comment.
Comments
1 comment