1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 04:44:16 +01:00

Fixed bug with WPrefs not selecting the menu appearance options after startup

This commit is contained in:
dan
2000-10-08 23:29:11 +00:00
parent 88ed406e08
commit bdaacb6daa
3 changed files with 5 additions and 7 deletions

View File

@@ -2101,15 +2101,11 @@ showData(_Panel *panel)
}
updatePreviewBox(panel, EVERYTHING);
for (i = 0; i < 3; i++) {
WMSetButtonSelected(panel->mstyB[i], i==panel->menuStyle);
WMSetButtonSelected(panel->taliB[i], i==panel->titleAlignment);
}
WMSetButtonSelected(panel->mstyB[panel->menuStyle], True);
WMSetButtonSelected(panel->taliB[panel->titleAlignment], True);
}
static void
storeData(_Panel *panel)
{