From 6d5021c00e71db7d0bc36c8622cb256fd5088cd6 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 26 Oct 2023 00:38:58 +0200 Subject: FLUID: Adds initial MergeBack feature. --- fluid/Fl_Function_Type.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fluid/Fl_Function_Type.cxx') diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 10d9443a4..883212e3e 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -663,8 +663,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); f.write_c_indented(name(), 0, '\n'); + f.tag(FD_TAG_CODE, get_uid()); } /** -- cgit v1.2.3