Moved color model settings and optical flow settings to a single *_settings file
[colorize.git] / gui / menu.c
index c946f74..41944ab 100644 (file)
@@ -15,7 +15,7 @@
 #include "timeline.h"
 #include "colorize.h"
 #include "diag_bc.h"
-#include "level.h"
+#include "diag_level.h"
 #include "fill.h"
 #ifdef WITH_OPENCV
 #include "diag_flow.h"
@@ -71,6 +71,7 @@ static void open_event(gpointer priv)
 
 static void save_event(gpointer priv)
 {
+       anything_modified = 1;
        timeline_select_and_save(timeline_selected, timeline_selected);
 }