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