invert timeline colors when loaded without default theme, invert when loaded with theme (-t opion,reloaded)

This commit is contained in:
niels
2015-05-03 19:11:49 +02:00
parent 3ddc40ec54
commit d17cc73247
3 changed files with 5 additions and 5 deletions

View File

@@ -6552,10 +6552,10 @@ void default_bank_values(int *col, int *row )
NUM_BANKS = (4096 / NUM_SAMPLES_PER_PAGE );
}
void set_skin(int skin)
void set_skin(int skin, int invert)
{
ui_skin_ = skin;
timeline_theme_colors( 1 );
timeline_theme_colors( invert );
}
int vj_gui_sleep_time( void )