Browse Source

Set visual at startup.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
2a1eac2731
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      Timeline/TLE.fl

+ 6
- 4
Timeline/TLE.fl View File

@@ -118,9 +118,10 @@ Fl::run();} {}
}
Function {TLE()} {open
} {
code {make_window();
code {Fl::visual( FL_DOUBLE | FL_RGB8 );

make_window();

// Fl::visual( RGB8 );
Fl::visible_focus( 0 );

Fl::get_system_colors();
@@ -159,7 +160,8 @@ menubar->picked( menubar->find_item( "&Timeline/Capture Format/Wav 24" ) );
char *path;
asprintf( &path, "%s/options", user_config_dir );
((Fl_Menu_Settings*)menubar)->load( menubar->find_item( "&Options" ), path );
free( path );} {}
free( path );} {selected
}
}
Function {make_window()} {open
} {
@@ -697,7 +699,7 @@ xruns_output->value( engine->xruns() );} {}
xywh {-4 122 513 427}
} {
Fl_Group {} {
label Credits open selected
label Credits open
xywh {-4 147 507 394}
} {
Fl_Box {} {


Loading…
Cancel
Save