Uncommitted change of Campbell 9 days ago... the rest of the logic

editor now screws up... smells like a bug in alignment code, will need
to be checked on.

(Campbell: you sure checked the buttons before committing this? ;)
This commit is contained in:
2006-03-09 15:56:08 +00:00
parent 4953b17be2
commit d918fcd055

View File

@@ -2500,7 +2500,7 @@ void logic_buts(void)
a= 0;
prop= ob->prop.first;
uiBlockBeginAlign(block);
// uiBlockBeginAlign(block);
while(prop) {
but= uiDefBut(block, BUT, 1, "Del", 10, (short)(70-20*a), 40, 19, NULL, 0.0, 0.0, 1, (float)a, "");
@@ -2533,7 +2533,8 @@ void logic_buts(void)
a++;
prop= prop->next;
}
uiBlockEndAlign(block);
// uiBlockEndAlign(block);
// Note: something is wrong with alignment... it attempts to align the next buttons now? will check later...
uiClearButLock();
idar= get_selected_and_linked_obs(&count, G.buts->scaflag);