Skip to content
  • Jacob Boerema's avatar
    libgimp: fix #11421 Some legacy filters have lost their Help button · 0610f600
    Jacob Boerema authored
    Legacy plug-ins like Checkerboard (legacy) under Render Patterns lost
    their Help button, although using F1 was still working.
    
    Due to changes in how procedures are called, `gimp_dialog_constructed`
    was called before the help-id was set.
    The simplest way to fix this, is to call
     `G_OBJECT_CLASS (parent_class)->constructed (object);`
    at a later time in `gimp_procedure_dialog_constructed` after we have
    set the help-id there.
    0610f600