Skip to content

Commit

Permalink
Not allowing focus on the ocaml pane
Browse files Browse the repository at this point in the history
Closes #31
  • Loading branch information
AltGr committed Jul 9, 2013
1 parent 6099d77 commit 39dde79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui.ml
Expand Up @@ -256,6 +256,7 @@ let open_toplevel_view top_buf =
view#misc#modify_font_by_name !Cfg.font;
toplevel_view#add (view :> GObj.widget);
view#misc#set_size_request ~width:578 ();
view#misc#set_can_focus false;
view

let set_font str =
Expand Down

0 comments on commit 39dde79

Please sign in to comment.