Skip to content
  • Michael Natterer's avatar
    app: add virtual function GimpFilterTool::config_notify() · 00a9659c
    Michael Natterer authored
    and call it from GimpFilterTool's "notify" callback. Remove signal
    connections from all subblasses and instead implement ::config_notify().
    
    The config object belongs to GimpFilterTool, and only GimpFilterTool
    should know when it's created and can be connected to.
    00a9659c