diff --git a/util/view-options.hh b/util/view-options.hh index 2cb7cd234..d5c3cdde7 100644 --- a/util/view-options.hh +++ b/util/view-options.hh @@ -44,6 +44,12 @@ struct view_options_t void add_options (option_parser_t *parser); + void post_parse (GError **error) + { + if (annotate) + show_extents = true; + } + hb_bool_t annotate = false; char *fore = nullptr; char *back = nullptr;