Skip to content

Commit

Permalink
Disk visualization : Default view to the disk mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Jan 7, 2025
1 parent f524842 commit 4343ac0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion HxCFloppyEmulator_software/sources/gui/main_gui.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,14 @@ Main_Window::Main_Window(int argc, char **argv)
}

infos_window->view_mode->menu(track_display_view_modes_choices);
infos_window->view_mode->value(0);
infos_window->view_mode->value(3);
infos_window->side_number_slide->deactivate();
infos_window->track_number_slide->deactivate();
infos_window->x_offset->deactivate();
infos_window->x_time->deactivate();
infos_window->y_time->deactivate();
infos_window->x_pos->value("---");
infos_window->y_pos->value("---");

infos_window->buf = new Fl_Text_Buffer;
if(infos_window->buf)
Expand Down

0 comments on commit 4343ac0

Please sign in to comment.