| Index: sky/sdk/lib/framework/components2/popup_menu.dart
|
| diff --git a/sky/sdk/lib/framework/components2/popup_menu.dart b/sky/sdk/lib/framework/components2/popup_menu.dart
|
| index 11cb2979b41aa65f24a2e7602302dd6d91daf3a9..d264f575f19d2dcbaddeee5c1d607306c3382cfe 100644
|
| --- a/sky/sdk/lib/framework/components2/popup_menu.dart
|
| +++ b/sky/sdk/lib/framework/components2/popup_menu.dart
|
| @@ -121,7 +121,7 @@ class PopupMenu extends AnimatedComponent {
|
| backgroundColor: Grey[50],
|
| borderRadius: 2.0,
|
| boxShadow: Shadow[level]),
|
| - child: new BlockContainer(children: children)
|
| + child: new Block(children)
|
| )
|
| );
|
| }
|
|
|