From ca067e71a3f17d0ef33d881ddec2a53864249bb8 Mon Sep 17 00:00:00 2001 From: Nick Tiberi Date: Mon, 23 Mar 2020 03:21:34 -0400 Subject: [PATCH] Taskbar: Remove FIXME re: tooltip rendering since it's now working (#1502) --- Applications/Taskbar/TaskbarWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Applications/Taskbar/TaskbarWindow.cpp b/Applications/Taskbar/TaskbarWindow.cpp index 22dd71906e..e4b39d4b0b 100644 --- a/Applications/Taskbar/TaskbarWindow.cpp +++ b/Applications/Taskbar/TaskbarWindow.cpp @@ -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();