Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-20127

Wrong font after freeing link labels

    XMLWordPrintable

Details

    Description

      reactos-bootcd-0.4.16-dev-1007-g2e85425-x86-gcc-lin-dbg

      Testing https://bugs.winehq.org/show_bug.cgi?id=29758 which is fixed in Wine 10.5, problem still occurs in ReactOS with symptoms that look like CORE-17011

      procedure TForm1.Button3Click(Sender: TObject);
      begin
        Syslink := TLinkLabel.Create(self);
        Syslink.Parent := self;
        Syslink.Caption := '<a href="http://winehq.org/">Wine</a> is usually nice but sucks in this case.';
        Syslink.Top := 40;
        Syslink.Left := 8;
      end;procedure TForm1.Button4Click(Sender: TObject);
      begin
        Syslink.Free;
      end;
       

      * Create then free syslink

      err:(dll/win32/comctl32/syslink.c:908) Failed to create link font! 

      Attachments

        Activity

          People

            xmine64 xmine64
            KRosUser KRosUser
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: