Skip to content

Commit ec4724e

Browse files
committed
Fix UI coordinator name sometimes not drawn
1 parent 9699bd6 commit ec4724e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zm_gnode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class zmgNode : public QGraphicsObject
135135
QString m_name;
136136
QString m_extAddress;
137137
quint64 m_extAddressCache = 0;
138-
quint16 m_nwkAddressCache = 0;
138+
quint16 m_nwkAddressCache = 0xFFFF;
139139
qint64 m_lastSeen = 0;
140140
int m_moveWatcher = -1;
141141
int m_hasDDF = 0;

0 commit comments

Comments
 (0)