Skip to content

Commit e8209c5

Browse files
committed
ENH: Use the correct definition of the AView trait now that the blocking bug in Traits has been fixed.
1 parent d675ef0 commit e8209c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

traitsui/ui_traits.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@
7171
desc = 'the action buttons to add to the bottom of the view' )
7272

7373
# View trait specified by name or instance:
74-
AView = Any
75-
#AView = Trait( '', Str, Instance( 'traitsui.view.View' ) )
74+
AView = Trait( '', Str, Instance( 'traitsui.view.View' ) )
7675

7776
#-------------------------------------------------------------------------------
7877
# 'StatusItem' class:

0 commit comments

Comments
 (0)