Fixed small annoyonce that was there for long;
New objects were not created with correct 'ipowin' value, to denote the default ipo to show. That caused sometimes wrong display with weird empty menu button in header.
This commit is contained in:
@@ -647,7 +647,7 @@ Object *add_object(int type)
|
||||
ob->upflag= OB_POSZ;
|
||||
}
|
||||
ob->ipoflag = OB_OFFS_OB+OB_OFFS_PARENT;
|
||||
|
||||
ob->ipowin= ID_OB; /* the ipowin shown */
|
||||
ob->dupon= 1; ob->dupoff= 0;
|
||||
ob->dupsta= 1; ob->dupend= 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user