From 9f08112fd0f1b1a5a23829485b19fbbb4f2f7afe Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Tue, 31 Dec 2024 17:15:17 +0800 Subject: [PATCH] do not allow move the dictionary tool bar --- src/ui/mainwindow.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/mainwindow.hh b/src/ui/mainwindow.hh index 3fb494c500..f03cec893e 100644 --- a/src/ui/mainwindow.hh +++ b/src/ui/mainwindow.hh @@ -17,7 +17,6 @@ #include "audio/audioplayerfactory.hh" #include "instances.hh" #include "article_maker.hh" -#include "scanpopup.hh" #include "ui/articleview.hh" #include "wordfinder.hh" #include "dictionarybar.hh" @@ -34,6 +33,7 @@ #ifdef HAVE_X11 #include #endif +#include "scanpopup.hh" #if defined( Q_OS_MAC ) #include "macos/gd_clipboard.hh"