mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend bb344452
This commit is contained in:
parent
a0e2d48a56
commit
9d7c3a4876
@ -289,7 +289,7 @@ void InsetRef::updateBuffer(ParIterator const & it, UpdateType)
|
||||
}
|
||||
|
||||
unsigned int const maxLabelChars = 24;
|
||||
if (screen_label_.size() > maxLabelChars) {
|
||||
if (label.size() > maxLabelChars) {
|
||||
tooltip_ = label;
|
||||
support::truncateWithEllipsis(label, maxLabelChars);
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user