diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-17 23:27:43 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-17 23:27:43 +0200 |
commit | 09f2d8f0afbb905fb5b45714ead2c7151ad3103d (patch) | |
tree | 1d1f59375f6d584da41c1199b9b7e4b1ca659b0c /src | |
parent | f95d312635d5c2a88a367524e4d742ea7771dc01 (diff) | |
parent | b968c298957c20d28908b7050708807049f9fccb (diff) |
Merge with main repo.
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -816,7 +816,7 @@ void UI::set_location(const char *str) { if (!str) str = ""; Location->value(str); - Location->position(strlen(str)); + Location->position((Fl::focus() == Location) ? strlen(str) : 0); } /* |