Taskbar: Remove FIXME re: tooltip rendering since it's now working (#1502)

This commit is contained in:
Nick Tiberi 2020-03-23 03:21:34 -04:00 committed by GitHub
parent 6f235ad93f
commit ca067e71a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 08:10:38 +09:00

View file

@ -99,7 +99,6 @@ void TaskbarWindow::create_quick_launch_bar()
button.set_button_style(Gfx::ButtonStyle::CoolBar);
button.set_icon(Gfx::Bitmap::load_from_file(app_icon_path));
// FIXME: the tooltip ends up outside the screen rect.
button.set_tooltip(name);
button.on_click = [app_executable] {
pid_t pid = fork();