remove BlockItemPin::Direction

This commit is contained in:
2022-07-21 15:39:01 +03:00
parent 49d1f75864
commit 56b071a4c9
2 changed files with 0 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ BlockItemPin::BlockItemPin(Qt::Alignment a, int bus_type_, const QString & text_
setBusType(bus_type_);
setText(text_);
setZValue(2.);
setDirection(BlockItemPin::InputOutput);
_reparent();
}