git-svn-id: svn://db.shs.com.ru/pip@462 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-21 12:53:11 +00:00
parent cf5acbe72e
commit bf02406736
2 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ public:
CONNECTU(screen, tileEvent, this, tileEvent)
CONNECTU(screen, keyPressed, this, keyEvent)
CONNECTU(&daemon_, menuRequest, this, menuRequest)
start(50);
start(25);
}
PIScreenTile * menuTile() {
TileList * ret = new TileList();
@@ -209,7 +209,7 @@ public:
screen->unlock();
}
void tick(void* data_, int delimiter) {
if (tpeerdiag->visible || tinfo->visible)
if (tpeerdiag->visible || tpeer->visible)
updatePeerInfo();
}
EVENT_HANDLER(void, menuRequest) {