diff --git a/app/paint/gimpmybrushoptions.c b/app/paint/gimpmybrushoptions.c index a659e277df..ea4d987eb9 100644 --- a/app/paint/gimpmybrushoptions.c +++ b/app/paint/gimpmybrushoptions.c @@ -177,5 +177,6 @@ gimp_mybrush_options_reset (GimpToolOptions *tool_options) GimpContext *context = GIMP_CONTEXT (tool_options); GimpMybrush *brush = gimp_context_get_mybrush (context); + GIMP_TOOL_OPTIONS_CLASS (gimp_mybrush_options_parent_class)->reset (tool_options); gimp_mybrush_options_mybrush_changed (context, brush); } \ No newline at end of file