Skip to content

Commit

Permalink
[TD]fix Section label
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Jan 4, 2020
1 parent ca939e2 commit 0ef89a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/TechDraw/Gui/TaskSectionView.cpp
Expand Up @@ -415,6 +415,8 @@ bool TaskSectionView::accept()
if (m_createMode) {
if (m_section == nullptr) {
apply();
} else {
updateSectionView();
}
Gui::Command::updateActive();
Gui::Command::commitCommand();
Expand Down

0 comments on commit 0ef89a9

Please sign in to comment.