2.5:
* Split Info and User preferences into two separate spaces. * Renamed Buttons Window to Properties also in RNA identifiers.
This commit is contained in:
@@ -104,7 +104,7 @@ static int panel_aligned(ScrArea *sa, ARegion *ar)
|
||||
SpaceButs *sbuts= sa->spacedata.first;
|
||||
return sbuts->align;
|
||||
}
|
||||
else if(sa->spacetype==SPACE_INFO && ar->regiontype == RGN_TYPE_WINDOW)
|
||||
else if(sa->spacetype==SPACE_USERPREF && ar->regiontype == RGN_TYPE_WINDOW)
|
||||
return BUT_VERTICAL;
|
||||
else if(sa->spacetype==SPACE_FILE && ar->regiontype == RGN_TYPE_CHANNELS)
|
||||
return BUT_VERTICAL;
|
||||
|
||||
Reference in New Issue
Block a user