mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
fix preview size, pad port number, UI is less then 750 in height
git-svn-id: svn://code.dyne.org/veejay/trunk@1283 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -2551,10 +2551,11 @@ void on_previewtoggle_toggled(GtkWidget *w, gpointer user_data)
|
||||
}
|
||||
multitrack_set_quality( info->mt, info->quality );
|
||||
|
||||
multitrack_toggle_preview( info->mt,
|
||||
/* multitrack_toggle_preview( info->mt,
|
||||
-1,
|
||||
1,
|
||||
glade_xml_get_widget(info->main_window,"imageA")); //@ enable
|
||||
glade_xml_get_widget(info->main_window,"imageA"));
|
||||
*/ //@ enable
|
||||
|
||||
// setup_samplebank( NUM_SAMPLES_PER_COL, NUM_SAMPLES_PER_ROW );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user