mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 22:31:43 +03:00
Minimize vRule list length
This commit is contained in:
parent
838fb5d540
commit
f89a2353ec
@ -62,7 +62,7 @@ class FIGletFontWriter:
|
||||
self.horizontalLayout = horizontalLayout
|
||||
self.verticalLayout = verticalLayout
|
||||
self.hRule = [False] * 7
|
||||
self.vRule = [False] * 7
|
||||
self.vRule = [False] * 6
|
||||
self.caseInsensitive = caseInsensitive
|
||||
|
||||
def getOldLayoutValue(self) -> int:
|
||||
|
Loading…
Reference in New Issue
Block a user