Fixed menus with edit controls not validating current edit value on Return key (force current edit focus lost, and use only onFocusLost callback when creating Edits)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1788 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 704467ef7b1f7211493b5fcdf96921f66e573e4e Former-commit-id: e65f7c241d000b4238b21e4be0425f020cb0755b
This commit is contained in:
parent
67f03098c2
commit
974d1e182f
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ GfScrMenuInit(void *prevMenu)
|
|||
|
||||
#ifdef WIN32
|
||||
CreateLabelControl(scrHandle,param,"maxfreqlabel");
|
||||
MaxFreqId = CreateEditControl(scrHandle,param,"freqedit",NULL,ChangeMaxFreq,NULL);
|
||||
MaxFreqId = CreateEditControl(scrHandle,param,"freqedit",NULL,NULL,ChangeMaxFreq);
|
||||
#endif
|
||||
|
||||
CreateButtonControl(scrHandle,param,"vmleftarrow",(void*)-1, VInitPrevNext);
|
||||
|
|
Loading…
Reference in a new issue