diff options
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/command_windows.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/command_windows.ml b/ide/command_windows.ml index 94fc74c975..7a08d209c6 100644 --- a/ide/command_windows.ml +++ b/ide/command_windows.ml @@ -74,7 +74,7 @@ object(self) ~packing:(vbox#pack ~fill:true ~expand:true) () in let ok_b = GButton.button ~label:"Ok" ~packing:(hbox#pack ~expand:false) () in let result = GText.view ~packing:r_bin#add () in - result#misc#set_can_focus false; + result#misc#set_can_focus true; (* false causes problems for selection *) result#set_editable false; let callback () = let phrase = combo#entry#text ^ " " ^ entry#text ^" . " in |
