diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-09 11:54:12 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-09 11:54:48 +0100 |
commit | 3c4b94c0812ef9a1afd08934afa412cdff61f438 (patch) | |
tree | f00fd5f9e53eda9c707dd8ec870df6cca3a1f49e /qtmips_gui/coreview | |
parent | fe334b1efd81b57a6c2abb25662ee392dc725f7e (diff) | |
download | qtmips-3c4b94c0812ef9a1afd08934afa412cdff61f438.tar.gz qtmips-3c4b94c0812ef9a1afd08934afa412cdff61f438.tar.bz2 qtmips-3c4b94c0812ef9a1afd08934afa412cdff61f438.zip |
Fix problem where axes were not applied
Diffstat (limited to 'qtmips_gui/coreview')
-rw-r--r-- | qtmips_gui/coreview/connection.cpp | 1 |
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) { |