Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
e77da43f
Commit
e77da43f
authored
Jun 15, 2015
by
Collin Jackson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix stocks app usage of checkbox
TBR=hixie Review URL:
https://codereview.chromium.org/1188573004
.
parent
9324b1b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
stock_menu.dart
examples/stocks2/lib/stock_menu.dart
+2
-1
No files found.
examples/stocks2/lib/stock_menu.dart
View file @
e77da43f
...
...
@@ -3,6 +3,7 @@
// found in the LICENSE file.
import
'package:sky/widgets/checkbox.dart'
;
import
'package:sky/widgets/toggleable.dart'
;
import
'package:sky/widgets/popup_menu.dart'
;
import
'package:sky/widgets/basic.dart'
;
import
'package:sky/framework/theme/view_configuration.dart'
;
...
...
@@ -22,7 +23,7 @@ class StockMenu extends Component {
UINode
build
()
{
var
checkbox
=
new
Checkbox
(
checked
:
this
.
autorefresh
,
value
:
this
.
autorefresh
,
onChanged:
this
.
onAutorefreshChanged
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment