TvPlanIt: Use array of rectangle, rather than combined regions, to draw event text wrapped around event icons. (Supposed to fix rendering issue in cocoa).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8893 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-07-22 14:25:42 +00:00
parent a6b4323add
commit b211e27180
4 changed files with 250 additions and 17 deletions

View File

@@ -123,3 +123,7 @@
{ This defines whether the new icons will be linked into the package. }
{$DEFINE NEW_ICONS}
{ This define activate supports of regions for word-wrapped texts.
Not supported by Lazarus for cocoa widgetset. }
{.$DEFINE REGION_SUPPORT}