mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Amend bb344452
This commit is contained in:
parent
752c67ada9
commit
18918f1c1b
@ -318,7 +318,7 @@ void InsetCitation::updateBuffer(ParIterator const &, UpdateType)
|
||||
cache.recalculate = false;
|
||||
cache.generated_label = glabel;
|
||||
unsigned int const maxLabelChars = 45;
|
||||
cache.screen_label = glabel.substr(0, maxLabelChars);
|
||||
cache.screen_label = glabel.substr(0, maxLabelChars + 1);
|
||||
support::truncateWithEllipsis(cache.screen_label, maxLabelChars);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user