[TD]fix Section frame paint

This commit is contained in:
wandererfan
2019-10-29 08:30:39 -04:00
committed by WandererFan
parent f5c6269923
commit 0bc3134e24
2 changed files with 16 additions and 9 deletions

View File

@@ -400,8 +400,8 @@ bool TaskSectionView::accept()
Gui::Command::commitCommand();
}
Gui::Command::doCommand(Gui::Command::Gui,"Gui.ActiveDocument.resetEdit()");
// m_section->recomputeFeature();
if (m_section != nullptr) {
// m_section->recomputeFeature();
m_section->requestPaint();
}
if (m_base != nullptr) {