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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user