mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
opt: dictionary tab switch show blank widget when source changed
This commit is contained in:
parent
f6434f4219
commit
59f9b3d04f
|
@ -200,7 +200,7 @@ void EditDictionaries::acceptChangedSources( bool rebuildGroups )
|
||||||
#ifndef NO_TTS_SUPPORT
|
#ifndef NO_TTS_SUPPORT
|
||||||
cfg.voiceEngines = sources.getVoiceEngines();
|
cfg.voiceEngines = sources.getVoiceEngines();
|
||||||
#endif
|
#endif
|
||||||
ui.tabs->setUpdatesEnabled( false );
|
setUpdatesEnabled( false );
|
||||||
// Those hold pointers to dictionaries, we need to free them.
|
// Those hold pointers to dictionaries, we need to free them.
|
||||||
groupInstances.clear();
|
groupInstances.clear();
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@ void EditDictionaries::acceptChangedSources( bool rebuildGroups )
|
||||||
connect( groups, &Groups::showDictionaryInfo, this, &EditDictionaries::showDictionaryInfo );
|
connect( groups, &Groups::showDictionaryInfo, this, &EditDictionaries::showDictionaryInfo );
|
||||||
connect( orderAndProps, &OrderAndProps::showDictionaryHeadwords, this, &EditDictionaries::showDictionaryHeadwords );
|
connect( orderAndProps, &OrderAndProps::showDictionaryHeadwords, this, &EditDictionaries::showDictionaryHeadwords );
|
||||||
}
|
}
|
||||||
ui.tabs->setUpdatesEnabled( true );
|
setUpdatesEnabled( true );
|
||||||
}
|
}
|
||||||
EditDictionaries::~EditDictionaries()
|
EditDictionaries::~EditDictionaries()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue