fixed display name in treeview
This commit is contained in:
@@ -5,6 +5,7 @@ import {TkinterBase} from "./base"
|
||||
class Frame extends TkinterBase{
|
||||
|
||||
static widgetType = "frame"
|
||||
static displayName = "Frame"
|
||||
|
||||
constructor(props) {
|
||||
super(props)
|
||||
|
||||
Reference in New Issue
Block a user