From 71f70117a0cb3e614ad6d234d062d3b52cd71fda Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 15 Nov 2022 12:35:44 +0100 Subject: [PATCH] Also add the new classes to config.py. --- modules/paint/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/paint/config.py b/modules/paint/config.py index 2a63894b6..e8c0a90df 100644 --- a/modules/paint/config.py +++ b/modules/paint/config.py @@ -24,6 +24,9 @@ def get_doc_classes(): "RectAction", "PaintWindow", + + "PaintNode", + "PaintCanvas" ] def get_doc_path():