[TD]fix Section frame paint

This commit is contained in:
wandererfan
2019-10-29 08:30:39 -04:00
committed by WandererFan
parent 5d6c5312c6
commit 1b4d2d48ae
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) {