mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:27:42 +00:00
LibGUI: Add deprecated suffix to {set_,}tooltip in Widget
This commit is contained in:
parent
9b1e33af69
commit
d978dd4af8
32 changed files with 56 additions and 56 deletions
|
@ -93,7 +93,7 @@ void FlameGraphView::mousemove_event(GUI::MouseEvent& event)
|
|||
if (m_hovered_bar != nullptr && m_hovered_bar->index.is_valid()) {
|
||||
label = bar_label(*m_hovered_bar);
|
||||
}
|
||||
set_tooltip(label);
|
||||
set_tooltip_deprecated(label);
|
||||
show_or_hide_tooltip();
|
||||
|
||||
update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue