mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 06:22:00 +00:00
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
@ -211,6 +211,7 @@ where
|
|||||||
)?;
|
)?;
|
||||||
|
|
||||||
// C: Entry state
|
// C: Entry state
|
||||||
|
self.bg = Background::Light;
|
||||||
self.results.seek_to_block_start(block);
|
self.results.seek_to_block_start(block);
|
||||||
self.write_row_with_curr_state(w, "", "(on entry)")?;
|
self.write_row_with_curr_state(w, "", "(on entry)")?;
|
||||||
self.prev_state.overwrite(self.results.get());
|
self.prev_state.overwrite(self.results.get());
|
||||||
|
Loading…
Reference in New Issue
Block a user