summaryrefslogtreecommitdiff
path: root/fluid/codeview_panel.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-12-09 22:41:45 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-12-09 22:41:45 +0100
commiteb4d8d4957d9abd983de51f0c86713809aacbd70 (patch)
treecb0c913f37cc67413ace659ca1a5fc3b5ce88dd1 /fluid/codeview_panel.cxx
parent4a017e8a2a8c05380c4d38848d7c5c0e03baf16c (diff)
Update more fluid and generated files
... after output of trailing whitespace has been fixed.
Diffstat (limited to 'fluid/codeview_panel.cxx')
-rw-r--r--fluid/codeview_panel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/codeview_panel.cxx b/fluid/codeview_panel.cxx
index f9496b7ba..66fbeea19 100644
--- a/fluid/codeview_panel.cxx
+++ b/fluid/codeview_panel.cxx
@@ -211,6 +211,7 @@ void update_codeview_cb(class Fl_Button*, void*) {
/**
This is called by the timer itself
+
*/
void update_codeview_timer(void*) {
update_codeview_cb(0,0);
@@ -227,6 +228,7 @@ void codeview_defer_update() {
/**
Show or hide the source code preview.
The state is stored in the app preferences.
+
*/
void codeview_toggle_visibility() {
if (!codeview_panel) {