summaryrefslogtreecommitdiff
path: root/fluid/codeview_panel.cxx
diff options
context:
space:
mode:
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) {