diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-08 18:55:34 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2021-12-08 18:55:44 +0100 |
| commit | 17c8f73a88037fbe5efde00ff7d44a2f6f51e494 (patch) | |
| tree | cda28ef9b4a9c49fffdc179cbc37f81de6eebae8 /fluid/Fl_Function_Type.h | |
| parent | 16dae3ea063ae134b8b87ca199575e904dfbb7d4 (diff) | |
STR 3460.C: Code Properties remembers the editor's scroll bar position.
Diffstat (limited to 'fluid/Fl_Function_Type.h')
| -rw-r--r-- | fluid/Fl_Function_Type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Function_Type.h b/fluid/Fl_Function_Type.h index d5b0087c0..7a6ac818e 100644 --- a/fluid/Fl_Function_Type.h +++ b/fluid/Fl_Function_Type.h @@ -72,6 +72,8 @@ public: class Fl_Code_Type : public Fl_Type { ExternalCodeEditor editor_; int cursor_position_; + int code_input_scroll_row; + int code_input_scroll_col; public: Fl_Code_Type(); |
