FormDialogs skinned label issues Root › Technical support › Troubleshooting This topic has 3 replies, 3 voices, and was last updated 3 years, 2 months ago by Mauro. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts February 1, 2022 at 5:10 pm #70735 SupportKeymaster Hello, Mauro! Thank you for the message, this issue will be solved in the nearest release soon. February 1, 2022 at 6:29 pm #70736 UniSoftParticipant If you have source code open file: acSBUtils.pas find function: function TacStaticWnd.PaintText(DoCalc: boolean): TRect; fix: Flags := DT_EDITCONTROL or DT_WORDBREAK or DT_NOCLIP or {DT_TABSTOP or} DT_VCENTER; // or MAKEWORD(0, 10); @Support For what here MAKEWORD(0, 10)? it turns to be DT_NOPREFIX or DT_EXTERNALLEADING PS: This bug presence since v16.18 This reply was modified 3 years, 2 months ago by UniSoft. February 10, 2022 at 9:16 am #70757 MauroParticipant Thanks Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘FormDialogs skinned label issues’ is closed to new replies. Root › Technical support › Troubleshooting