Re: [Lazarus] Option to deactivate always open Menu Editor

2016-10-09 Thread Michael W. Vogel via Lazarus
Am 09.10.2016 um 21:43 schrieb Juha Manninen via Lazarus: I am puzzled, what is the purpose of the now uncommented TMenuItemsPropertyEditor? As its comment says "property editor for TMenuItem properties. Invokes the parent menu's component editor." ... but the whole idea was NOT to invoke i

Re: [Lazarus] Cannot config 2nd toolbar of Coolbar

2016-10-09 Thread silvioprog via Lazarus
On Sun, Oct 9, 2016 at 1:50 PM, Juha Manninen via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Sun, Oct 9, 2016 at 4:15 AM, Alexey via Lazarus < > lazarus@lists.lazarus-ide.org> wrote: > [...] > It is bug? >> > > Yes, the behavior is counter-intuitive. Clicking the icons should also > sel

Re: [Lazarus] Option to deactivate always open Menu Editor

2016-10-09 Thread Juha Manninen via Lazarus
OK! Your patch made me understand the actual problem The OnDesignerSetSelection handler was only added to GlobalDesignHook when the form was created but it was never removed. That was another bug. The right place to add/remove that handler is when the window is shown/hidden. I fixed it in r53087.

Re: [Lazarus] Option to deactivate always open Menu Editor

2016-10-09 Thread Juha Manninen via Lazarus
On Sun, Oct 9, 2016 at 9:57 PM, Michael W. Vogel via Lazarus wrote: > I tested the issue a while and I can't see any unwanted side effects, so I > added a patch here: http://bugs.freepascal.org/view.php?id=30712 Thanks. I will test it soon... I am puzzled, what is the purpose of the now uncommen

Re: [Lazarus] Option to deactivate always open Menu Editor

2016-10-09 Thread Michael W. Vogel via Lazarus
Hi Juha, I tested the issue a while and I can't see any unwanted side effects, so I added a patch here: http://bugs.freepascal.org/view.php?id=30712 See you Kind regards Michl Am 07.10.2016 um 16:31 schrieb Juha Manninen via Lazarus: On Fri, Oct 7, 2016 at 4:42 PM, Michael W. Vogel via Laz

Re: [Lazarus] Cannot config 2nd toolbar of Coolbar

2016-10-09 Thread Juha Manninen via Lazarus
On Sun, Oct 9, 2016 at 4:15 AM, Alexey via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > I opened today options of Coolbar of ide (using rt-click on toolbar's grip > lines), > and cannot select 2nd toolbar (1st toolbar is selected always with carrot > BG color, cant select 2nd). > And cant con