TimerPool fixoutManipulator

git-svn-id: svn://db.shs.com.ru/pip@85 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-09 09:19:40 +00:00
parent 27e1cbfaea
commit aeb7657c8f
2 changed files with 1 additions and 2 deletions

View File

@@ -749,6 +749,7 @@ void PIPeer::checkNetwork() {
eth_send.close();
eth_lo.stopThreadedRead();
eth_lo.close();
eth_send.init();
eth_send.open();
eth_lo.startThreadedRead();
}

View File

@@ -100,8 +100,6 @@ void showInfo(const PIString & t) {
CONNECTU(&screen, keyPressed, &w, keyPressed)
CONNECTU(&screen, tileEvent, &w, tileEvent)
screen.setDialogTile(&dlg);
btns->cur = 0;
btns->setFocus();
while (!w.close) {
PIKbdListener::instance()->readKeyboard();
piMSleep(10);