mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 22:05:58 +08:00
remove unsupported ~deletable argument (was tested only on Karmic)
This commit is contained in:
@@ -333,7 +333,7 @@ let base_and_index =
|
||||
let windows = Hashtbl.create 3
|
||||
|
||||
let rec plot_window = fun window ->
|
||||
let plotter = GWindow.window ~deletable:true ~type_hint:`DIALOG ~allow_shrink:true ~title:window.title () in
|
||||
let plotter = GWindow.window ~type_hint:`DIALOG ~allow_shrink:true ~title:window.title () in
|
||||
|
||||
(* Register the window *)
|
||||
let oid = plotter#get_oid in
|
||||
|
||||
Reference in New Issue
Block a user