mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
reloaded fixes
git-svn-id: svn://code.dyne.org/veejay/trunk@1192 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -2772,7 +2772,10 @@ on_spin_samplebank_select_value_changed
|
||||
if(page >= max_page){ /* @mvh I know this is not pretty but why make it difficult */
|
||||
page = 0;
|
||||
gtk_spin_button_set_value(spinbutton, page);
|
||||
}//if
|
||||
} else if( page < 0 ) {
|
||||
page = max_page;
|
||||
gtk_spin_button_set_value(spinbutton,page);
|
||||
}
|
||||
gtk_notebook_set_current_page(samplebank, page);
|
||||
}
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user