Small change of behavior for outliner in 2.4.0
Jürgen Spitzmüller
jspitzm at gmail.com
Mon Aug 5 15:52:04 UTC 2024
Am Montag, dem 05.08.2024 um 09:44 -0400 schrieb Scott Kostyshak:
> The small change of behavior I noticed when comparing 2.3.x to 2.4.x
> is that in 2.3.x, the relevant outliner item is second to last; and
> in 2.4.x it is last.
>
> I am picky about a lot of things, but this isn't one of them. I have
> no idea whether I prefer 2.3.x or 2.4.x behavior, nonetheless I
> though I would report it here just in case. I will not be sad if no
> one replies to this email.
The scrolling behavior is controlled by Qt. We could easily let it
scroll to center, as requested in the report (see attached patch), or
top (by using QAbstractItemView::PositionAtTop instead).
However, this has never been the case, and the slight change you see is
probably more due to different Qt versions than LyX versions.
--
Jürgen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sc.diff
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20240805/63739aa7/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 508 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20240805/63739aa7/attachment.asc>
More information about the lyx-devel
mailing list