1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-11 20:15:54 +01:00

- Fixed name completion problem in file panel.

- fixed a problem about how notifications were sent for textfield events.
This commit is contained in:
dan
1999-10-23 21:06:11 +00:00
parent 6dd37d5972
commit 597b04f5f7
4 changed files with 89 additions and 75 deletions

View File

@@ -157,10 +157,10 @@ textChangedObserver(void *observerData, WMNotification *notification)
WMInsertTextFieldText(panel->fileField, &item->text[textLen],
textLen);
/*WMSetTextFieldCursorPosition(panel->fileField, itemTextLen);*/
range.position = textLen;
range.count = itemTextLen - textLen;
WMSelectTextFieldRange(panel->fileField, range);
/*WMSetTextFieldCursorPosition(panel->fileField, itemTextLen);*/
}
}