From 481d1787f6f3ecd74ee3d8737bb02eb8b4e14ba9 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 10 May 2024 13:40:28 -0400 Subject: ffs 13.6 --- freefilesync/debian/patches/ffs_tooltips_no_taskbar.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'freefilesync/debian/patches/ffs_tooltips_no_taskbar.patch') diff --git a/freefilesync/debian/patches/ffs_tooltips_no_taskbar.patch b/freefilesync/debian/patches/ffs_tooltips_no_taskbar.patch index 15948d2..704d544 100644 --- a/freefilesync/debian/patches/ffs_tooltips_no_taskbar.patch +++ b/freefilesync/debian/patches/ffs_tooltips_no_taskbar.patch @@ -4,15 +4,15 @@ Author: bgstack15 Message: Suppress taskbar entry for tooltip "window". Upstream declined this patch (https://freefilesync.org/forum/viewtopic.php?t=9898) so it must continue here. --- a/wx+/tooltip.cpp +++ b/wx+/tooltip.cpp -@@ -9,6 +9,7 @@ +@@ -10,6 +10,7 @@ #include - #include + //#include #include +#include #include - #include "image_tools.h" + //#include "image_tools.h" #include "bitmap_button.h" -@@ -28,7 +29,7 @@ class Tooltip::TooltipDlgGenerated : pub +@@ -29,7 +30,7 @@ class Tooltip::TooltipDlgGenerated : pub { public: TooltipDlgGenerated(wxWindow* parent) : //Suse Linux/X11: needs parent window, else there are z-order issues -- cgit