From feb37d0d4d5f6fa6f6e778175a9c0474500471ef Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 13 Dec 2024 09:29:59 +0000 Subject: [PATCH] Changes.md : Add missing entry This fix was merged in from 1.4_maintenance recently. --- Changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes.md b/Changes.md index 4e29452278..68f6087751 100644 --- a/Changes.md +++ b/Changes.md @@ -38,6 +38,7 @@ Fixes - Catalogue : Fixed bug which "stole" drags that crossed the image listing but which were destined elsewhere, for instance a drag from the HierarchyView to a PathFilter in the GraphEditor. - GadgetWidget : Fixed signal handling bug in `setViewportGadget()`. This could cause the widget to attempt to redraw unnecessarily when the _old_ viewport requested a redraw. - EditScope : Fixed error updating the Global Edit Target in read-only files. +- RandomChoice : Fixed errors right-clicking on non-value plugs in the NodeEditor. API ---