This commit is contained in:
2014-07-21 10:53:07 +10:00
parent 6f1f5771ff
commit 13a8f650df
7 changed files with 9 additions and 9 deletions

View File

@@ -378,7 +378,7 @@ ScrArea *area_split(bScreen *sc, ScrArea *sa, char dir, float fac, int merge)
if (split == 0) return NULL;
/* note regarding (fac > 0.5f) checks below.
* notmally it shouldn't matter which is used since the copy should match the original
* normally it shouldn't matter which is used since the copy should match the original
* however with viewport rendering and python console this isn't the case. - campbell */
if (dir == 'h') {