minor replaceable tweak

This commit is contained in:
Robert Lechte 2019-01-22 19:50:11 +11:00
parent 34751d2b9a
commit 33b4356cd4

View File

@ -230,7 +230,8 @@ def get_selectable_changes(
old = selectables_from[k]
if k in modified_all and m.can_replace(old):
replaceable.add(k)
if not m.is_table:
replaceable.add(k)
continue
for d in m.dependents_all: