Lars Gullik Bjønnes wrote: > | Lars Gullik Bjønnes wrote: >>> Comments bitte please por favor. >> > | It's a very small patch... > > That is the nice thing about it...
Why isn't step_timer a QContentPane member? More than one LyX window? Why create step_timer on the heap and not on the stack? Put it back inside the guard please. -#if QT_VERSION >= 0x030100 - qApp->eventLoop()->processEvents(QEventLoop::ExcludeUserInput); -#endif + qApp->eventLoop()->processEvents(QEventLoop::AllEvents, 5); sync_non_user_events() doesn't appear to be used. Do you want more comments or are you feeling fragile? -- Angus