mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +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;
|
unsigned int const maxLabelChars = 24;
|
||||||
if (screen_label_.size() > maxLabelChars) {
|
if (label.size() > maxLabelChars) {
|
||||||
tooltip_ = label;
|
tooltip_ = label;
|
||||||
support::truncateWithEllipsis(label, maxLabelChars);
|
support::truncateWithEllipsis(label, maxLabelChars);
|
||||||
} else
|
} else
|
||||||
|
Loading…
Reference in New Issue
Block a user