[Lazarus] Request for merge to 1.8

FTurtle mlistft at mail.ru
Mon Oct 23 19:30:59 CEST 2017


>Could you please test the merging.
Some changes was merged, some - not.
But I found only one thing that affects functionality for users:

Now in TToolBarConfig.UpdateButtonsState we have:

trunk:
btnAddDivider.Enabled := True;

fixes:
btnAddDivider.Enabled:=(lvToolbar.Selected = nil) or (lvToolbar.Selected.Caption <> cIDEToolbarDivider);

Thus, in fixes button "Add divider" prohibited when in right list selected divider.
It is not error, rather a flaw.

--
FTurtle

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20171023/731e9bd0/attachment.html>


More information about the Lazarus mailing list