Browse Source

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

Nick Tiberi 5 years ago
parent
commit
ca067e71a3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Applications/Taskbar/TaskbarWindow.cpp

+ 0 - 1
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();