From 3b4e63173d5f762a368d159e21f76e2df3fcf8ab Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 27 Sep 2014 13:28:44 +0200 Subject: qeditor: rework mainwindow tab names handling With the previous code, tab names would be ignored if tab is detached which can happen early on. Change-Id: I9eac4202850f3e79a04590a4ba1444850ec6a583 Reviewed-on: http://gerrit.rockbox.org/986 Reviewed-by: Amaury Pouly --- utils/regtools/qeditor/regtab.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/regtools/qeditor/regtab.cpp') diff --git a/utils/regtools/qeditor/regtab.cpp b/utils/regtools/qeditor/regtab.cpp index e7621322d7..c92dad49d5 100644 --- a/utils/regtools/qeditor/regtab.cpp +++ b/utils/regtools/qeditor/regtab.cpp @@ -178,6 +178,7 @@ RegTab::RegTab(Backend *backend, QWidget *parent) OnSocListChanged(); SetDataSocName(""); + UpdateTabName(); } QWidget *RegTab::GetWidget() -- cgit v1.2.3