From 08e013c3c7877e0731ab32a37292a72209b03da0 Mon Sep 17 00:00:00 2001 From: Chengyu Liu Date: Mon, 8 May 2023 13:11:56 +0900 Subject: [PATCH] MAINT: fix DemoController in the image_from_file example --- chaco/examples/demo/basic/image_from_file.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chaco/examples/demo/basic/image_from_file.py b/chaco/examples/demo/basic/image_from_file.py index fde4eded5..71c1f4523 100644 --- a/chaco/examples/demo/basic/image_from_file.py +++ b/chaco/examples/demo/basic/image_from_file.py @@ -183,6 +183,7 @@ def init(self, info): Overridden here to assign the 'view' trait. """ self.view = info.object + return True def save(self, ui_info): """