mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
fix: Ctrl+T new tab's tab name is empty
This commit is contained in:
parent
563b1484fa
commit
f0a289fba0
|
@ -1865,7 +1865,8 @@ void MainWindow::titleChanged( ArticleView * view, QString const & title )
|
|||
}
|
||||
|
||||
int index = ui.tabWidget->indexOf( view );
|
||||
ui.tabWidget->setTabText( index, escaped );
|
||||
if( !escaped.isEmpty() )
|
||||
ui.tabWidget->setTabText( index, escaped );
|
||||
|
||||
if( index == ui.tabWidget->currentIndex() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue