Skip to content

Commit

Permalink
Fix UI coordinator name sometimes not drawn
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Jun 20, 2024
1 parent 9699bd6 commit ec4724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zm_gnode.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class zmgNode : public QGraphicsObject
QString m_name;
QString m_extAddress;
quint64 m_extAddressCache = 0;
quint16 m_nwkAddressCache = 0;
quint16 m_nwkAddressCache = 0xFFFF;
qint64 m_lastSeen = 0;
int m_moveWatcher = -1;
int m_hasDDF = 0;
Expand Down

0 comments on commit ec4724e

Please sign in to comment.