From 4e9f4f6d00fba1bb5086fddd6520be13c1ff3dab Mon Sep 17 00:00:00 2001 From: laffra Date: Tue, 28 May 2024 01:35:32 +0200 Subject: [PATCH] Export Canvas --- ltk/widgets.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ltk/widgets.py b/ltk/widgets.py index 0d677dd..0a7c176 100644 --- a/ltk/widgets.py +++ b/ltk/widgets.py @@ -14,7 +14,7 @@ "Tabs", "File", "DatePicker", "ColorPicker", "RadioGroup", "RadioButton", "Table", "TableRow", "TableHeader", "TableData", "HorizontalSplitPane", "VerticalSplitPane", "TextArea", "Code", "Image", "MenuBar", "Switch", "MenuLabel", "Menu", "Popup", "MenuPopup", "MenuItem", "Select", - "Option", "Widget", "Form", "FieldSet", "Legend", "Tutorial", "Step", + "Option", "Widget", "Form", "FieldSet", "Legend", "Tutorial", "Step", "Canvas", ] BROWSER_SHORTCUTS = [ "Cmd+N","Cmd+T","Cmd+W", "Cmd+Q" ] diff --git a/pyproject.toml b/pyproject.toml index d503a65..d1a0052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyscript-ltk" -version = "0.1.37" +version = "0.1.39" description = "A little toolkit for writing UIs in PyScript" readme = "README.md" authors = [{ name = "Chris Laffra", email = "chris@chrislaffra.com" }]