mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #1076 from MicrochipQ/fix_scanpopup_translatelinetext
fix: update globalbroadcaster translatelinetext also in scanpopup
This commit is contained in:
commit
70914ed976
|
@ -612,6 +612,7 @@ void ScanPopup::currentGroupChanged( int )
|
|||
void ScanPopup::translateInputChanged( QString const & text )
|
||||
{
|
||||
updateSuggestionList( text );
|
||||
GlobalBroadcaster::instance()->translateLineText = text;
|
||||
}
|
||||
|
||||
void ScanPopup::updateSuggestionList()
|
||||
|
|
Loading…
Reference in a new issue