add preset treeview

This commit is contained in:
Tomasz Moń
2009-02-27 23:28:34 +01:00
parent d4c86b3a60
commit 7d13b2a7ea
4 changed files with 94 additions and 19 deletions

View File

@@ -206,10 +206,10 @@ void test_presets()
int x;
for (x=0; x<=60; x++)
switch_user_preset(x);
switch_preset(PRESETS_USER, x);
for (x=0; x<=60; x++)
switch_system_preset(x);
switch_preset(PRESETS_SYSTEM, x);
for (x=0; x<=99; x++)
set_preset_level(x);