Difference between revisions of "Lazarus 3.0 release notes"

From Lazarus wiki
Jump to navigationJump to search
m (→‎LCL Changes: TaskDialog)
Line 11: Line 11:
  
 
== LCL Changes ==
 
== LCL Changes ==
 +
=== TTaskDialog ===
 +
*Old behaviour Win32: A placeholder icon was used for FooterIcon = tdiNone and MainIcon = tdiNone.
 +
*New behaviour Win32: No icon is used for FooterIcon = tdiNone and MainIcon = tdiNone.
 +
*Reason: There was a drawing glitch on Windows 7 and 10. The text move over to allow more content and better alignment. See {{MantisLink|39172}}
  
 
== IDE Changes ==
 
== IDE Changes ==

Revision as of 10:13, 8 July 2021

Lazarus 2.4.0 is not yet released. This page is under construction!

Statistics:

  1. commits: xxx
  2. log: svn log -r xxxx:xxxx
  3. resolved bug tracker issues: xxx

LazUtils Changes

LCL Interfaces Changes

LCL Changes

TTaskDialog

  • Old behaviour Win32: A placeholder icon was used for FooterIcon = tdiNone and MainIcon = tdiNone.
  • New behaviour Win32: No icon is used for FooterIcon = tdiNone and MainIcon = tdiNone.
  • Reason: There was a drawing glitch on Windows 7 and 10. The text move over to allow more content and better alignment. See Issue #39172

IDE Changes

IDE Interface Changes

Components

Changes affecting compatibility

Other release notes