Skip to content

Issue #9576: Tool preset menu incomplete first time its shown

Closes #9576 (closed)

Description

Upon initializing menu of Tool Options, the tool_options_menu_update_after callback function is only connected to a signal source but not actually executed.

Fix

Manually execute the callback function after connecting to signal source.

Merge request reports