FormDialogs skinned label issues

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #70735
    Support
    Keymaster

      Hello, Mauro!
      Thank you for the message, this issue will be solved in the nearest release soon.

      #70736
      UniSoft
      Participant

        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 4 years, 1 month ago by UniSoft.
        #70757
        Mauro
        Participant

          Thanks

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘FormDialogs skinned label issues’ is closed to new replies.