Skip to content

Commit

Permalink
[pprzcenter] reload conf on build button
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Sep 22, 2015
1 parent dbac1c2 commit 2843a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sw/supervision/pc_aircraft.ml
Expand Up @@ -406,6 +406,9 @@ let ac_combo_handler = fun gui (ac_combo:Gtk_tools.combo) target_combo flash_com
(* refresh button *)
ignore(gui#button_refresh#connect#clicked ~callback:(fun () -> update_params (Gtk_tools.combo_value ac_combo)));

(* update with build button *)
ignore(gui#button_build#connect#clicked ~callback:(fun () -> update_params (Gtk_tools.combo_value ac_combo)));

(* Conf *)
List.iter (fun (name, subdir, label, button_browse, button_edit, editor, button_remove) ->
(* editor button callback *)
Expand Down

0 comments on commit 2843a41

Please sign in to comment.