[TD]fix Section label

This commit is contained in:
WandererFan
2020-01-03 15:24:27 -05:00
committed by WandererFan
parent 5201f8b86f
commit dedb03b76f

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();