Commit 2fa79f9f authored by David Brown's avatar David Brown
Browse files

Fixed REALLY stupid cancel not working type bug in choices.

parent adad0345
......@@ -1133,6 +1133,7 @@ static int choices_cancel_button_handler(int eventcode, ToolboxEvent * event, Id
}
else
{
memcpy(new_choices, &choices, sizeof(global_choices));
ChkError(toolbox_hide_object(0, choices_windowid));
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment