Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-23 Thread Jürgen Spitzmüller
Alfredo Braunstein wrote: This whole current_layout business smells bad though... Indeed. Jürgen

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-23 Thread Jürgen Spitzmüller
Alfredo Braunstein wrote: > This whole current_layout business smells bad though... Indeed. Jürgen

[Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread Jürgen Spitzmüller
The attached onliner fixes the issue for me (and Uwe). Explanation: if current_layout is updated here, the test in LyXView.cpp:462 returns false and the combo is not updated. Furthermore, current_layout will be reset in LyXView.cpp (after the combo update). OK? Jürgen Index: src/Text3.cpp

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread José Matos
On Friday 22 June 2007 16:37:53 Jürgen Spitzmüller wrote: The attached onliner fixes the issue for me (and Uwe). Explanation: if current_layout is updated here, the test in LyXView.cpp:462 returns false and the combo is not updated. Furthermore, current_layout will be reset in LyXView.cpp

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread Alfredo Braunstein
Jürgen Spitzmüller wrote: The attached onliner fixes the issue for me (and Uwe). Explanation: if current_layout is updated here, the test in LyXView.cpp:462 returns false and the combo is not updated. Furthermore, current_layout will be reset in LyXView.cpp (after the combo update). OK?

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread Bo Peng
Explanation: if current_layout is updated here, the test in LyXView.cpp:462 returns false and the combo is not updated. Furthermore, current_layout will be reset in LyXView.cpp (after the combo update). Does this fix the issue of layout change with shortcut? Bo

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread Uwe Stöhr
Does this fix the issue of layout change with shortcut? Yes. Uwe

[Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread Jürgen Spitzmüller
The attached onliner fixes the issue for me (and Uwe). Explanation: if current_layout is updated here, the test in LyXView.cpp:462 returns false and the combo is not updated. Furthermore, current_layout will be reset in LyXView.cpp (after the combo update). OK? Jürgen Index: src/Text3.cpp

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread José Matos
On Friday 22 June 2007 16:37:53 Jürgen Spitzmüller wrote: > The attached onliner fixes the issue for me (and Uwe). > > Explanation: if current_layout is updated here, the test in LyXView.cpp:462 > returns false and the combo is not updated. Furthermore, current_layout > will be reset in

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread Alfredo Braunstein
Jürgen Spitzmüller wrote: > The attached onliner fixes the issue for me (and Uwe). > > Explanation: if current_layout is updated here, the test in > LyXView.cpp:462 returns false and the combo is not updated. Furthermore, > current_layout will be reset in LyXView.cpp (after the combo update). >

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread Bo Peng
> Explanation: if current_layout is updated here, the test in LyXView.cpp:462 > returns false and the combo is not updated. Furthermore, current_layout > will be reset in LyXView.cpp (after the combo update). Does this fix the issue of layout change with shortcut? Bo

Re: [Patch Bug 3727] Environment combobox not updated when clicking bullet on toolbar

2007-06-22 Thread Uwe Stöhr
> Does this fix the issue of layout change with shortcut? Yes. Uwe