diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-12-04 15:44:33 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-12-04 15:44:39 +0100 |
| commit | b315422a372b5589392ba46c27a95eb8f3b49b72 (patch) | |
| tree | 2e65de61b19d1f440e99e62a53e8c6c0ef3c0320 /fluid/widget_browser.h | |
| parent | fcae10e29607408e797067b60d2821fdb3c02e10 (diff) | |
FLUID: clearing caches browser values (#1152)
Diffstat (limited to 'fluid/widget_browser.h')
| -rw-r--r-- | fluid/widget_browser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/widget_browser.h b/fluid/widget_browser.h index 0325fad67..86c60777c 100644 --- a/fluid/widget_browser.h +++ b/fluid/widget_browser.h @@ -62,6 +62,7 @@ public: void save_scroll_position(); void restore_scroll_position(); void rebuild(); + void new_list() { Fl_Browser_::new_list(); } void display(Fl_Type *); void load_prefs(); void save_prefs(); |
