for button popups, dont close unless you click or press escape, this would often close when dragging a button value (or when using a tablet I am told)

This commit is contained in:
2007-12-11 23:05:10 +00:00
parent 5e3f4c20bb
commit 6dc52c893f
14 changed files with 39 additions and 37 deletions

View File

@@ -2073,7 +2073,7 @@ static int node_uiDoBlocks(ScrArea *sa, short event)
((struct Link *)block)->next= NULL;
lb->first= lb->last= block;
retval= uiDoBlocks(lb, event);
retval= uiDoBlocks(lb, event, 1);
((struct Link *)block)->prev= prev;
((struct Link *)block)->next= next;