Skip to content

Commit 4e9f4f6

Browse files
committed
Export Canvas
1 parent eae6c87 commit 4e9f4f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ltk/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Tabs", "File", "DatePicker", "ColorPicker", "RadioGroup", "RadioButton", "Table", "TableRow",
1515
"TableHeader", "TableData", "HorizontalSplitPane", "VerticalSplitPane", "TextArea", "Code",
1616
"Image", "MenuBar", "Switch", "MenuLabel", "Menu", "Popup", "MenuPopup", "MenuItem", "Select",
17-
"Option", "Widget", "Form", "FieldSet", "Legend", "Tutorial", "Step",
17+
"Option", "Widget", "Form", "FieldSet", "Legend", "Tutorial", "Step", "Canvas",
1818
]
1919

2020
BROWSER_SHORTCUTS = [ "Cmd+N","Cmd+T","Cmd+W", "Cmd+Q" ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "pyscript-ltk"
9-
version = "0.1.37"
9+
version = "0.1.39"
1010
description = "A little toolkit for writing UIs in PyScript"
1111
readme = "README.md"
1212
authors = [{ name = "Chris Laffra", email = "[email protected]" }]

0 commit comments

Comments
 (0)