File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -63,21 +63,22 @@ HexViewer* hex_viewer_app_alloc() {
63
63
64
64
view_dispatcher_add_view (
65
65
app -> view_dispatcher , HexViewerViewIdMenu , submenu_get_view (app -> submenu ));
66
+
66
67
app -> hex_viewer_startscreen = hex_viewer_startscreen_alloc ();
67
68
view_dispatcher_add_view (
68
69
app -> view_dispatcher ,
69
70
HexViewerViewIdStartscreen ,
70
71
hex_viewer_startscreen_get_view (app -> hex_viewer_startscreen ));
71
- app -> hex_viewer_scene_1 = hex_viewer_scene_1_alloc ();
72
+
72
73
view_dispatcher_add_view (
73
- app -> view_dispatcher ,
74
- HexViewerViewIdScene1 ,
75
- hex_viewer_scene_1_get_view (app -> hex_viewer_scene_1 ));
74
+ app -> view_dispatcher , HexViewerViewIdScene1 , text_input_get_view (app -> text_input ));
75
+
76
76
app -> hex_viewer_scene_2 = hex_viewer_scene_2_alloc ();
77
77
view_dispatcher_add_view (
78
78
app -> view_dispatcher ,
79
79
HexViewerViewIdScene2 ,
80
80
hex_viewer_scene_2_get_view (app -> hex_viewer_scene_2 ));
81
+
81
82
app -> button_menu = button_menu_alloc ();
82
83
view_dispatcher_add_view (
83
84
app -> view_dispatcher , HexViewerViewIdScene3 , button_menu_get_view (app -> button_menu ));
You can’t perform that action at this time.
0 commit comments