From 62702e4b3d5bfacb016b7bad62dbf150f70a08ee Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 14 Oct 2020 22:53:58 +0200 Subject: [PATCH] Add space --- src/core/windows7thumbbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/windows7thumbbar.cpp b/src/core/windows7thumbbar.cpp index 60a2a0ef7..ddc6d9589 100644 --- a/src/core/windows7thumbbar.cpp +++ b/src/core/windows7thumbbar.cpp @@ -76,7 +76,7 @@ static void SetupButton(const QAction *action, THUMBBUTTON *button) { if (!action->isVisible()) { button->dwFlags = THUMBBUTTONFLAGS(button->dwFlags | THBF_HIDDEN); } - button->dwMask = THUMBBUTTONMASK(THB_ICON |THB_TOOLTIP | THB_FLAGS); + button->dwMask = THUMBBUTTONMASK(THB_ICON | THB_TOOLTIP | THB_FLAGS); } else { button->hIcon = nullptr;