Skip to content

Commit 3cb1719

Browse files
committed
misc mapper updates
1 parent b8e3de9 commit 3cb1719

73 files changed

Lines changed: 523 additions & 271 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Host.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Host::Host( int port, QString hostname, QString login, QString pass, int id )
149149
mErrorLogStream.setDevice( &mErrorLogFile );
150150
mpMap->restore();
151151
mpMap->init( this );
152+
mMapStrongHighlight = false;
152153
}
153154

154155
Host::Host()
@@ -260,6 +261,7 @@ Host::Host()
260261
mErrorLogStream.setDevice( &mErrorLogFile );
261262
mpMap->restore();
262263
mpMap->init( this );
264+
mMapStrongHighlight = false;
263265

264266
}
265267

src/Host.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ class Host : public QObject
264264
QColor mWhite_2;
265265
QColor mFgColor_2;
266266
QColor mBgColor_2;
267+
bool mMapStrongHighlight;
267268

268269
private:
269270
Host();

0 commit comments

Comments
 (0)