aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-09 11:54:12 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-09 11:54:48 +0100
commit3c4b94c0812ef9a1afd08934afa412cdff61f438 (patch)
treef00fd5f9e53eda9c707dd8ec870df6cca3a1f49e
parentfe334b1efd81b57a6c2abb25662ee392dc725f7e (diff)
downloadqtmips-3c4b94c0812ef9a1afd08934afa412cdff61f438.tar.gz
qtmips-3c4b94c0812ef9a1afd08934afa412cdff61f438.tar.bz2
qtmips-3c4b94c0812ef9a1afd08934afa412cdff61f438.zip
Fix problem where axes were not applied
-rw-r--r--qtmips_gui/coreview/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_gui/coreview/connection.cpp b/qtmips_gui/coreview/connection.cpp
index 85f7a96..71647e2 100644
--- a/qtmips_gui/coreview/connection.cpp
+++ b/qtmips_gui/coreview/connection.cpp
@@ -62,6 +62,7 @@ void Connection::setText(QString val) {
void Connection::setAxes(QVector<QLineF> axes) {
break_axes = axes;
+ recalc_line();
}
void Connection::moved_start(QPointF p) {