Menu

#328 wrong check for hscroll-policy option's name

New
nobody
None
High
Defect
2020-11-01
2020-10-24
No

Function
set_scroll_policy (const gchar * option_name, const gchar * value, gpointer data, GError ** err)
receives the option_name argument in a full form, with the leading "--".

The patch attached.

1 Attachments

Discussion

  • Dmitry Butskoy

    Dmitry Butskoy - 2020-10-24

    Besides that, with --hscroll-policy=never the width of the window (fe. list) seems determined by its content, which is very useful.
    But if the same time the vertial scrollbar is in use, it overlaps the window at the right border -- ie. user should increase width by the horisontal size of the vertical scrollbar...

     
    • Dmitry Butskoy

      Dmitry Butskoy - 2020-11-01

      But if the same time the vertial scrollbar is in use, it overlaps the window at the right border
      until you specify --vscroll-policy=always, in which case gtk3 adds proper space itself...

       
  • Victor Ananjevsky

    thanks, applied

     

Log in to post a comment.