diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-27 17:11:32 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-27 17:11:32 +0100 |
commit | 03135c40ddb11f9274612aa0fa001c24ac7dd599 (patch) | |
tree | 94da3bbe0a48c8eba1759d74c64025929b933424 | |
parent | 31b91a45826ad449d1069835113b9a3710a7698b (diff) | |
download | qtmips-03135c40ddb11f9274612aa0fa001c24ac7dd599.tar.gz qtmips-03135c40ddb11f9274612aa0fa001c24ac7dd599.tar.bz2 qtmips-03135c40ddb11f9274612aa0fa001c24ac7dd599.zip |
Add todo for MemoryView with known bug
-rw-r--r-- | TODO.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,4 +6,6 @@ * Unit tests for hazard unit * When we are scrolling or content is updated in MemoryView the layout recalculation is very annoying. It reorders view and that way blinks. +* When MemoryView is resized we should ensure that we stay in middle even if we + add new column. * Optimize MemoryView (it calls layout size and do_layout a lot) |