Skip to content

Commit

Permalink
Temporarily hide package's IO
Browse files Browse the repository at this point in the history
  • Loading branch information
aljen committed Feb 17, 2018
1 parent 22b8c01 commit a8ce09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libspaghetti/source/ui/package_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ PackageView::PackageView(QTableWidget *const a_properties, Package *const a_pack
m_timer.start();

m_package->startDispatchThread();

m_inputs->hide();
m_outputs->hide();
}

PackageView::~PackageView()
Expand Down

0 comments on commit a8ce09d

Please sign in to comment.