fix(tooltip): set segment to active

resolves #1701
This commit is contained in:
Jan De Dobbeleer 2022-02-05 09:29:43 +01:00 committed by Jan De Dobbeleer
parent 216541a4f8
commit 35aead22fc

View file

@ -236,6 +236,7 @@ func (e *Engine) RenderTooltip(tip string) string {
return ""
}
tooltip.text = tooltip.string()
tooltip.active = true
// little hack to reuse the current logic
block := &Block{
Alignment: Right,