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