Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <you...@lyx.org> writes:
Jürgen Spitzmüller wrote:
Am Dienstag 14 Juli 2009 13:48:35 schrieb Jean-Marc Lasgouttes:
Juergen this is needed in branch too, maybe after some testing.
Ticket 1720 is: LyX/Mac: TOC Menus entries are not correctly
disabled when a dialog has focus
This is on Mac only (but the patch could potentially affect other
platforms)
I think you're the only one who understands this mechanism. So if
you think it has been tested sufficiently, put it in.
No objection but this code should go into
GuiAppilcation::dispatch()/getStatus() instead...
I see no way in GuiApplication to reset buffer to 0 so that the rest of
the dispatch mechanism sees it like that.
Hum, if GuiApplication::dispatch() do something then most probably (and
maybe most certainly) this ought to not be buffer related; so you can
either set "buffer" to 0 in LyXFunc()::dispatch() or just return early
as the rest of the dispatch mechanism is about screen redrawing which we
don't need and thus don't care about.
Abdel.