Thanks @erihel
master
krzys-h 2015-07-18 23:16:14 +02:00
parent 3e1fc06d6c
commit e2691d943c
1 changed files with 1 additions and 0 deletions

View File

@ -512,6 +512,7 @@ void CRobotMain::ChangePhase(Phase phase)
Ui::CEdit* pe = static_cast<Ui::CEdit*>(m_interface->CreateEdit(pos, dim, 0, EVENT_CMD));
if (pe == nullptr) return;
pe->ClearState(Ui::STATE_VISIBLE);
pe->SetMaxChar(100);
m_cmdEdit = false; // hidden for now
// Creates the speedometer.