diff options
Diffstat (limited to 'src/gui/NodeView.cpp')
-rw-r--r-- | src/gui/NodeView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeView.cpp b/src/gui/NodeView.cpp index f34c658..d675f1d 100644 --- a/src/gui/NodeView.cpp +++ b/src/gui/NodeView.cpp @@ -34,8 +34,8 @@ void NodeView::on_double_click(GdkEventButton*) { bool is_initial = _node->is_initial(); - std::cerr << "Initial: " << is_initial << std::endl; _node->set_initial( ! is_initial ); + set_border_width(is_initial ? 1.0 : 2.0); } |