[TD]fix Section label

This commit is contained in:
WandererFan
2020-01-03 15:24:27 -05:00
committed by WandererFan
parent ca939e2f77
commit 0ef89a9e57

View File

@@ -415,6 +415,8 @@ bool TaskSectionView::accept()
if (m_createMode) {
if (m_section == nullptr) {
apply();
} else {
updateSectionView();
}
Gui::Command::updateActive();
Gui::Command::commitCommand();