mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix: update globalbroadcaster translatelinetext also in scanpopup
This commit is contained in:
parent
8cd29d527a
commit
f8e47370f7
|
@ -612,6 +612,7 @@ void ScanPopup::currentGroupChanged( int )
|
||||||
void ScanPopup::translateInputChanged( QString const & text )
|
void ScanPopup::translateInputChanged( QString const & text )
|
||||||
{
|
{
|
||||||
updateSuggestionList( text );
|
updateSuggestionList( text );
|
||||||
|
GlobalBroadcaster::instance()->translateLineText = text;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScanPopup::updateSuggestionList()
|
void ScanPopup::updateSuggestionList()
|
||||||
|
|
Loading…
Reference in a new issue