]> git.lyx.org Git - lyx.git/commit
Fix bug with display of reference tooltips.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 6 Aug 2024 15:31:35 +0000 (11:31 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 6 Aug 2024 15:31:35 +0000 (11:31 -0400)
commitb494286a9c271b1f39d6248d977d2ef14a71f64c
tree4f3adb53aedab97cc042236a28289cc61e6cda80
parentf2e6a9b4aed4125284712ff041b6443e0ba01c57
Fix bug with display of reference tooltips.

Previously, the tooltip was assigned during updateBuffer. But then
we could not determine the value for forward references.
src/insets/InsetRef.cpp