File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/com/google/appinventor/client/explorer/youngandroid Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static void displayDialog(){
69
69
VerticalPanel dialogVPanel = new VerticalPanel ();
70
70
HorizontalPanel hPanel = new HorizontalPanel ();
71
71
hPanel .setHorizontalAlignment (HorizontalPanel .ALIGN_CENTER );
72
- dialogVPanel .add (frame );
72
+ // dialogVPanel.add(frame);
73
73
dialogVPanel .add (hPanel );
74
74
75
75
dialogVPanel .setWidth ("300px" );
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var Tutorial = {
28
28
Tutorial . currentStepIndex += 1 ;
29
29
Tutorial . changeText ( Tutorial . currentTutorial . steps [ Tutorial . currentStepIndex ] . text ) ;
30
30
Tutorial . changePosition ( Tutorial . currentTutorial . steps [ Tutorial . currentStepIndex ] . top , Tutorial . currentTutorial . steps [ Tutorial . currentStepIndex ] . left ) ;
31
- Tutorial . changeImage ( Tutorial . currentTutorial . steps [ Tutorial . currentStepIndex ] . url ) ;
31
+ // Tutorial.changeImage(Tutorial.currentTutorial.steps[Tutorial.currentStepIndex].url);
32
32
}
33
33
} ,
34
34
backStep : function ( formName ) {
You can’t perform that action at this time.
0 commit comments