Skip to content

Commit

Permalink
[TD]remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Dec 18, 2019
1 parent 6a31795 commit 92e7147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/TechDraw/Gui/TaskSectionView.cpp
Expand Up @@ -305,7 +305,6 @@ void TaskSectionView::checkAll(bool b)
void TaskSectionView::applyQuick(std::string dir)
{
// Base::Console().Message("TSV::applyQuick(%s)\n", dir.c_str());
m_dirName = dir;
Gui::Command::openCommand("Apply Quick");
m_dirName = dir;
if (m_section == nullptr) {
Expand Down

0 comments on commit 92e7147

Please sign in to comment.