aboutsummaryrefslogtreecommitdiff
path: root/ide/configwin.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-17 13:43:21 +0100
committerPierre-Marie Pédrot2018-11-17 13:43:21 +0100
commit71938f0de10e1f3b69b1158b80b4898bf3a7dfdb (patch)
tree5cf67cc560059f8423724688fe88c7ed6a6db2b4 /ide/configwin.ml
parentf8a76b3d383abf468fb21df509f5da8f8aafa913 (diff)
parenta60461fdc0453a32451221d22e906ea74a0341e5 (diff)
Merge PR #8968: Miscellaneous CoqIDE fixes
Diffstat (limited to 'ide/configwin.ml')
-rw-r--r--ide/configwin.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/configwin.ml b/ide/configwin.ml
index 69e8b647ae..24be721631 100644
--- a/ide/configwin.ml
+++ b/ide/configwin.ml
@@ -46,6 +46,6 @@ let modifiers = Configwin_ihm.modifiers
let edit
?(apply=(fun () -> ()))
- title ?width ?height
+ title ?parent ?width ?height
conf_struct_list =
- Configwin_ihm.edit ~with_apply: true ~apply title ?width ?height conf_struct_list
+ Configwin_ihm.edit ~with_apply: true ~apply title ?parent ?width ?height conf_struct_list