Skip to content

Commit 36ae73a

Browse files
authored
Problem with using bidirectional ports #110 (#113)
1 parent 37bf779 commit 36ae73a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bt_editor/XML_utilities.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ NodeModel buildTreeNodeModelFromXML(const QDomElement& node)
4545
const std::vector<std::pair<QString, PortDirection>> portsTypes = {
4646
{"input_port", PortDirection::INPUT},
4747
{"output_port", PortDirection::OUTPUT},
48-
{"inout_port", PortDirection::INPUT}
49-
};
48+
{"inout_port", PortDirection::INOUT}};
5049

5150
for(const auto& it: portsTypes)
5251
{

0 commit comments

Comments
 (0)