fixed: fist tabstop was not working correctly

This commit is contained in:
daboe01
2016-06-02 20:19:00 +02:00
parent 7faa0f60b4
commit 38ef76bcdc
+3
View File
@@ -160,6 +160,9 @@ var CPSystemTypesetterFactory,
}
}
if (i === -1)
return tabStops[0];
return nil;
}