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:
@@ -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);*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user