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

- WMDestroyWidget() now first calls WMUnmapWidget()

- decided behavior of list selection while scrolling
This commit is contained in:
dan
2000-10-03 22:20:00 +00:00
parent ed39c92de0
commit bba6dd1670
6 changed files with 8 additions and 25 deletions

View File

@@ -29,7 +29,6 @@ int windowCount = 0;
void
closeAction(WMWidget *self, void *data)
{
WMUnmapWidget(self);
WMDestroyWidget(self);
windowCount--;
printf("window closed, window count = %d\n", windowCount);
@@ -1207,6 +1206,10 @@ main(int argc, char **argv)
*/
testList(scr);
testColorWell(scr);
testTextField(scr);
testText(scr);
#if 0
testColorWell(scr);