mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Prettify the tooltip for footnotes.
This commit is contained in:
parent
7a1a0230dc
commit
460c80f851
@ -80,7 +80,7 @@ docstring InsetFoot::toolTip(BufferView const & bv, int x, int y) const
|
||||
if (isOpen(bv))
|
||||
// this will give us something useful if there is no button
|
||||
return InsetCollapsable::toolTip(bv, x, y);
|
||||
return toolTipText(custom_label_);
|
||||
return toolTipText(custom_label_+ ": ");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user