summaryrefslogtreecommitdiff
path: root/fluid/Fl_Function_Type.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-31 19:33:42 +0100
committerMatthias Melcher <github@matthiasm.com>2023-10-31 19:33:50 +0100
commit4b02c3614971f9334514e3f37cc27686c6485e2b (patch)
treefe6855bede5bee66366c1dc7c20939a0c62949dc /fluid/Fl_Function_Type.cxx
parentbcc6de53322fc53bf99885f352fd6229d7e713d1 (diff)
FLUID: Disables MergeBack.
I decided to disable MergeBack for now. During testing, some issues could not be resolved, and focus should be on V1.4.
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
-rw-r--r--fluid/Fl_Function_Type.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx
index 33932cc93..3d45fb881 100644
--- a/fluid/Fl_Function_Type.cxx
+++ b/fluid/Fl_Function_Type.cxx
@@ -665,9 +665,9 @@ void Fl_Code_Type::write_code1(Fd_Code_Writer& f) {
if ( handle_editor_changes() == 1 ) {
main_window->redraw(); // tell fluid to redraw; edits may affect tree's contents
}
- f.tag(FD_TAG_GENERIC, 0);
+ // Matt: disabled f.tag(FD_TAG_GENERIC, 0);
f.write_c_indented(name(), 0, '\n');
- f.tag(FD_TAG_CODE, get_uid());
+ // Matt: disabled f.tag(FD_TAG_CODE, get_uid());
}
/**