Merge pull request #1057 from xiaoyifang/fix/wordlist-resize

fix: no need to installEventFilter( this) to itself
This commit is contained in:
xiaoyifang 2023-08-08 20:41:55 +08:00 committed by GitHub
commit 6504251bb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -679,8 +679,6 @@ MainWindow::MainWindow( Config::Class & cfg_ ):
connect( &configEvents, &Config::Events::mutedDictionariesChanged, this, &MainWindow::mutedDictionariesChanged );
this->installEventFilter( this );
ui.translateLine->installEventFilter( this );
translateBox->translateLine()->installEventFilter( this );