Reset row background for each block
Now the first row of each basic block is always light instead of changing seemingly at random.
This commit is contained in:
parent
702b45e409
commit
161123898f
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ where
|
|||
)?;
|
||||
|
||||
// C: Entry state
|
||||
self.bg = Background::Light;
|
||||
self.results.seek_to_block_start(block);
|
||||
self.write_row_with_curr_state(w, "", "(on entry)")?;
|
||||
self.prev_state.overwrite(self.results.get());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue