mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 15:30:48 +02:00
LCL, qt, fix duplicated entries in comboboxes, listboxes when compiled with recent 2.6.3
git-svn-id: trunk@43275 -
This commit is contained in:
parent
f62bd642a5
commit
9fb861018a
@ -23,7 +23,7 @@ interface
|
||||
|
||||
// todo: check if build macros can handle this and define it
|
||||
// in package LCL instead (it's needed for several widgetsets)
|
||||
{$if (FPC_FULLVERSION>=20701)}
|
||||
{$if (FPC_FULLVERSION>=20701) OR (FPC_FULLVERSION=20603)}
|
||||
{$define HAS_INHERITED_INSERTITEM}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user