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
As expected, the same problem with cmake as in #862 arose. I'll wait until #862 is merged to do the rebase.
Please rebase.
Rebased
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.