Layer toolbar visible by default. Grafx2 now records which toolbars are visible on exit, and restores them next time.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1327 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
3
main.c
3
main.c
@@ -553,7 +553,6 @@ int Init_program(int argc,char * argv[])
|
||||
Quitting=0;
|
||||
// Données sur l'état du menu:
|
||||
Menu_is_visible=1;
|
||||
Menu_height=MENU_HEIGHT;
|
||||
// Données sur les couleurs et la palette:
|
||||
First_color_in_palette=0;
|
||||
// Données sur le curseur:
|
||||
@@ -642,6 +641,8 @@ int Init_program(int argc,char * argv[])
|
||||
if (temp)
|
||||
Error(temp);
|
||||
|
||||
Compute_menu_offsets();
|
||||
|
||||
file_in_command_line=Analyze_command_line(argc, argv, main_filename, main_directory, spare_filename, spare_directory);
|
||||
|
||||
Current_help_section=0;
|
||||
|
||||
Reference in New Issue
Block a user