We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38145c5 commit c0a1b49Copy full SHA for c0a1b49
src/Interface/Application/NetworkEditor.cc
@@ -712,6 +712,7 @@ void NetworkEditor::mouseReleaseEvent(QMouseEvent *event)
712
713
void NetworkEditor::mouseDoubleClickEvent(QMouseEvent* event)
714
{
715
+ #if 0
716
if (!search_)
717
718
search_ = scene_->addWidget(new NetworkSearchWidget(this));
@@ -721,6 +722,7 @@ void NetworkEditor::mouseDoubleClickEvent(QMouseEvent* event)
721
722
search_->setVisible(true);
723
724
QGraphicsView::mouseDoubleClickEvent(event);
725
+ #endif
726
}
727
728
void NetworkEditor::hideSearchBox()
0 commit comments