mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Fixed bug with WPrefs not selecting the menu appearance options after startup
This commit is contained in:
@@ -21,6 +21,8 @@ Changes since version 0.62.1:
|
|||||||
- fixed bug with incorrect window placement using automatic placement, while
|
- fixed bug with incorrect window placement using automatic placement, while
|
||||||
there were shaded windows on other workspaces
|
there were shaded windows on other workspaces
|
||||||
- fixed some buffer overflow issues in WINGs
|
- fixed some buffer overflow issues in WINGs
|
||||||
|
- fixed bug with WPrefs.app not selecting the menu appearance options after
|
||||||
|
startup.
|
||||||
|
|
||||||
|
|
||||||
Changes since version 0.62.0:
|
Changes since version 0.62.0:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- check if its useful to add some WMBrowserSelectionDidChangeNotification
|
- check if its useful to add some WMBrowserSelectionDidChangeNotification
|
||||||
(actually a pass-through for WMListSelectionDidChangeNotification).
|
(actually a pass-through for WMListSelectionDidChangeNotification).
|
||||||
Or a delegate to be called when the list selection change.
|
Or a delegate to be called when the list selection change.
|
||||||
- add some way to modify speed when scrolling WMList depending on how
|
- add some way to modify speed when scrolling WMList, depending on how
|
||||||
far the mouse is moved outside of the list.
|
far the mouse is moved outside of the list.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2101,15 +2101,11 @@ showData(_Panel *panel)
|
|||||||
}
|
}
|
||||||
updatePreviewBox(panel, EVERYTHING);
|
updatePreviewBox(panel, EVERYTHING);
|
||||||
|
|
||||||
|
WMSetButtonSelected(panel->mstyB[panel->menuStyle], True);
|
||||||
for (i = 0; i < 3; i++) {
|
WMSetButtonSelected(panel->taliB[panel->titleAlignment], True);
|
||||||
WMSetButtonSelected(panel->mstyB[i], i==panel->menuStyle);
|
|
||||||
WMSetButtonSelected(panel->taliB[i], i==panel->titleAlignment);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
storeData(_Panel *panel)
|
storeData(_Panel *panel)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user