Permalink
Please sign in to comment.
Browse files
fixed bug in TabControl that prevent content event bindings from wiri…
…ng up if the content was not in the first tab.
- Loading branch information...
Showing
with
56 additions
and 37 deletions.
- +6 −0 example/sandbox/web/viewmodels/master_viewmodel.dart
- +10 −6 lib/extensions/controls/tab_control/tab_control.dart
- +23 −17 lib/extensions/controls/tab_control/tab_item.dart
- +4 −4 lib/src/controls/control/control.dart
- +4 −6 lib/src/core/framework_object.dart
- +7 −1 lib/src/core/globals.dart
- +2 −3 lib/src/elements/content_presenter.dart
0 comments on commit
eddd8c1