Skip to content

Commit

Permalink
BuiltinDialog inherits from BaseWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
can-lehmann committed Jun 21, 2023
1 parent 0aca2c2 commit bec3124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlkettle/widgets.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3073,7 +3073,7 @@ proc addButton*(dialog: Dialog, button: DialogButton) =
dialog.hasButtons = true
dialog.valButtons.add(button)

renderable BuiltinDialog:
renderable BuiltinDialog of BaseWidget:
## Base widget for builtin dialogs.
## If you want to create a custom dialog, you should use `Window` or `Dialog` instead.

Expand Down

0 comments on commit bec3124

Please sign in to comment.