Closed andresmmera closed 6 years ago
According to https://github.com/Qucs/qucs/pull/764#pullrequestreview-155714159, it is needed to have the description string internationalized. Otherwise Qucs will show the tooltip for all languages except English even when it is not expected to be shown.
description
In addition to this, now the tooltip is only displayed if the showFrame is set.
showFrame
This was already merged into release-0.0.20 too, so the target branch must be release-0.0.20 Changing the base branch...
release-0.0.20
According to https://github.com/Qucs/qucs/pull/764#pullrequestreview-155714159, it is needed to have the
description
string internationalized. Otherwise Qucs will show the tooltip for all languages except English even when it is not expected to be shown.In addition to this, now the tooltip is only displayed if the
showFrame
is set.