···377377378378 method adapt_zoom () =
379379 let az = function None -> () | Some w -> w#adapt_zoom () in
380380- match status with
381381- | Global -> az global_view
382382- | Tree -> az tree_view
383383- | Both ->
384384- az tree_view;
385385- az global_view
380380+ az tree_view;
381381+ az global_view
386382387383 (* Constructor *)
388384 initializer