|
@@ -602,6 +602,7 @@ void kcApp::_createText( const cmDspUiHdr_t* m )
|
602
|
602
|
ctl_t* cp = _createCtl(m, kTextTypeId, x,y,w,h );
|
603
|
603
|
|
604
|
604
|
cp->u.text.text = new Fl_Input(x,y,w,h);
|
|
605
|
+ cp->u.text.text->when(FL_WHEN_RELEASE | FL_WHEN_ENTER_KEY | FL_WHEN_NOT_CHANGED);
|
605
|
606
|
|
606
|
607
|
_insertNewCtl(cp, m, cp->u.text.text, cp->u.text.varIdArray, kTextVarCnt );
|
607
|
608
|
}
|