fixed code generation and added asset generation
This commit is contained in:
@@ -255,8 +255,6 @@ export class TkinterWidgetBase extends TkinterBase{
|
||||
|
||||
const newAttrs = removeKeyFromObject("layout", this.state.attrs)
|
||||
|
||||
console.log("new attrs: ", newAttrs)
|
||||
|
||||
this.state = {
|
||||
...this.state,
|
||||
attrs: {
|
||||
|
||||
@@ -17,6 +17,7 @@ class MainWindow extends TkinterBase{
|
||||
this.state = {
|
||||
...this.state,
|
||||
size: { width: 700, height: 400 },
|
||||
widgetName: "main",
|
||||
attrs: {
|
||||
...this.state.attrs,
|
||||
widgetName: "main",
|
||||
|
||||
Reference in New Issue
Block a user