On Sat, Jan 12, 2008 at 12:22:30PM +0100, Jürgen Spitzmüller wrote: > Horst Schirmeier wrote: > > Please add the attached (tiny) correction, I forgot adding the up/down > > buttons to ButtonController's list of "only activated when buffer > > writable" widgets. > > Thanks. Committed.
Note that the activation of the "Up" and "Down" buttons does not work correctly with Qt 4.2 (4.3 is OK). When you load the attached .lyx file, open the "BibTeX Bibliography" panel and select the first entry, the "Down" button is activated. But if you now select the second (and last) entry, the "Down" button remains activated and "Up" button disactivated. This is clearly wrong as the second entry can only be moved up. Selecting again the first entry, the "Down" button is deactivated and the "Up" button activated, which is again wrong. From now on, selecting one of the two entries, the wrong button gets activated. As said, this only happens with Qt 4.2. -- Enrico