We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a command_output_tooltip_* key is used we get excessive calling of the command on mouseovers.
command_output_tooltip_*
wf-shell/src/panel/widgets/command-output.cpp
Line 131 in 3e7576f
The signal_query_tooltip callback is called for all mouse movement over the widget.
signal_query_tooltip
The text was updated successfully, but these errors were encountered:
The tooltip's content is updated only once a second though
Lines 117 to 125 in 3e7576f
Sorry, something went wrong.
What I'd like to see is, the tooltip updated at $interval while it's open, as the button data is.
$interval
No branches or pull requests
When a
command_output_tooltip_*
key is used we get excessive calling of the command on mouseovers.wf-shell/src/panel/widgets/command-output.cpp
Line 131 in 3e7576f
The
signal_query_tooltip
callback is called for all mouse movement over the widget.The text was updated successfully, but these errors were encountered: