mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
Fixed various typos and added a Fluid organization chart image
contributed by Craig Earls. git-svn-id: file:///fltk/svn/fltk/trunk@207 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -386,7 +386,7 @@ void replall_cb() {
|
||||
|
||||
if (found != NULL) {
|
||||
// Found a match; update the position and replace text...
|
||||
times ++
|
||||
times ++;
|
||||
pos = input->position() + found - val;
|
||||
input->replace(pos, pos + strlen(find), replace_with->value());
|
||||
input->position(pos + strlen(replace_with->value()));
|
||||
|
||||
Reference in New Issue
Block a user