소스 검색

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

Nick Tiberi 5 년 전
부모
커밋
ca067e71a3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();