1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-09 15:24:12 +01:00

Fixed crashing bugs in color panel, and a bug in wprefs.app

This commit is contained in:
dan
1999-05-17 21:44:30 +00:00
parent 351b417f3b
commit d9347ea4cf
2 changed files with 3 additions and 3 deletions

View File

@@ -1979,7 +1979,7 @@ storeData(_Panel *panel)
for (i = 0; i < 8; i++) {
SetStringForKey(WMGetColorRGBDescription(panel->colors[i]),
colorOptions[i]);
colorOptions[i*2]);
}
switch (panel->menuStyle) {