Alfredo Braunstein wrote:
> This whole current_layout business smells bad though...
Indeed.
Jürgen
> Does this fix the issue of layout change with shortcut?
Yes.
Uwe
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).
>
> 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
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
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