Skip to content
  • Matthias Clasen's avatar
    GtkScrolledWindow: Avoid a test failure · d01a291d
    Matthias Clasen authored
    The change to take out unneeded NULL checks requires some care
    at startup: we check both adjustments when any of them changes;
    we need to do those checks in the same order in which we create
    the scrollbars, otherwise we'll try to get the adjustment of
    the vscrollbar when we just set the up the hscrollbars' adjustment.
    d01a291d