Skip to content

Commit 05f183c

Browse files
authored
Update bool type on open
1 parent a7ff835 commit 05f183c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProperTree.command

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ class ProperTree:
926926
# Ensure our default data type is reflected
927927
current_window.data_type_string.set(self.data_type_string.get())
928928
current_window.int_type_string.set(self.int_type_string.get())
929+
current_window.bool_type_string.set(self.bool_type_string.get())
929930
current_window.open_plist(path,plist_data,plist_type,self.settings.get("expand_all_items_on_open",True))
930931
self.lift_window(current_window)
931932
return current_window

0 commit comments

Comments
 (0)