Skip to content

Commit 307ee77

Browse files
authored
fix Widget inheritance
1 parent a43daaf commit 307ee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ltk/widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ class Card(Container):
515515
classes = [ "ltk-card" ]
516516

517517

518-
class DataList(ltk.Widget):
518+
class DataList(Widget):
519519
""" Wraps an HTML element of type <datalist> """
520520
classes = [ "ltk-datalist" ]
521521
tag = "datalist"

0 commit comments

Comments
 (0)