mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Fixed minor regression in evtable.
This commit is contained in:
parent
1680fe6b84
commit
bd843ee2c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1183,7 +1183,7 @@ class EvTable(object):
|
|||
options = self.options
|
||||
for ix, col in enumerate(self.worktable):
|
||||
for iy, cell in enumerate(col):
|
||||
col.reformat_cell(iy, **self._cellborders(ix,iy,nx,ny,options))
|
||||
col.reformat_cell(iy, **self._cellborders(ix,iy,nx,ny,**options))
|
||||
|
||||
def _balance(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue