* F11 now nicely pops/pushes a window again

* works (for OSX) only with the commit I did in Ghost 1 minute ago!
* needs to be checked for all other OS's.
This commit is contained in:
2003-07-09 16:02:39 +00:00
parent 0a5145c118
commit 5aa8ac36a1
3 changed files with 53 additions and 24 deletions

View File

@@ -3926,7 +3926,7 @@ void uiFreeBlock(uiBlock *block)
{
uiBut *but;
if(block->flag & UI_BLOCK_BUSY) printf("var1: %x\n", block);
if(block->flag & UI_BLOCK_BUSY) printf("attempt to free busy buttonblock: %p\n", block);
while( (but= block->buttons.first) ) {
BLI_remlink(&block->buttons, but);