1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-09 10:05:49 +01:00

- Fixed empty window list menu, if the window list menu was launched through

the root menu ("Marc-Christian Petersen" <m.c.p@wolk-project.de>)
- A small fix for wmtableview when computing visible columns.
This commit is contained in:
dan
2002-09-11 15:02:43 +00:00
parent d4de3d0a45
commit 851835c7a5
6 changed files with 70 additions and 43 deletions

View File

@@ -951,6 +951,10 @@ StartUp(Bool defaultScreenOnly)
wScreenCount++;
}
#ifndef LITE
InitializeSwitchMenu();
#endif
/* initialize/restore state for the screens */
for (j = 0; j < wScreenCount; j++) {
int crashed;