[Lazarus] Bug in Add requirements dialog on MacOS.
Hi, The 'Add requirement' dialog from the project editor on Mac OS has a serious defect in the package list. See attached screenshot :-) I think a previous Lazarus version had the same problem in the IDE install packages dialog. Should I report this in the bugtracker, or is it a known problem ? Michael.-- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus
Re: [Lazarus] Bug in Add requirements dialog on MacOS.
Is it an owner drawn list? On Tue, Aug 9, 2022 at 11:26 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Hi, > > The 'Add requirement' dialog from the project editor on Mac OS > has a serious defect in the package list. See attached screenshot :-) > > I think a previous Lazarus version had the same problem in the IDE install > packages dialog. > > Should I report this in the bugtracker, or is it a known problem ? > > Michael.-- > ___ > lazarus mailing list > lazarus@lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus > -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus
Re: [Lazarus] Bug in Add requirements dialog on MacOS.
On Tue, 9 Aug 2022, Dmitry Boyarintsev via lazarus wrote: Is it an owner drawn list? if I look in packager/addpkgdependencydlg.pas, it seems so, yes. Michael. -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus
Re: [Lazarus] Bug in Add requirements dialog on MacOS.
I think there's already an issue for that: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39500 but creating a new bug report won't hurt. On Tue, Aug 9, 2022 at 12:24 PM Michael Van Canneyt wrote: > > > On Tue, 9 Aug 2022, Dmitry Boyarintsev via lazarus wrote: > > > Is it an owner drawn list? > > if I look in packager/addpkgdependencydlg.pas, it seems so, yes. > > Michael. > -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus