aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-27 17:11:32 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-27 17:11:32 +0100
commit03135c40ddb11f9274612aa0fa001c24ac7dd599 (patch)
tree94da3bbe0a48c8eba1759d74c64025929b933424 /TODO.md
parent31b91a45826ad449d1069835113b9a3710a7698b (diff)
downloadqtmips-03135c40ddb11f9274612aa0fa001c24ac7dd599.tar.gz
qtmips-03135c40ddb11f9274612aa0fa001c24ac7dd599.tar.bz2
qtmips-03135c40ddb11f9274612aa0fa001c24ac7dd599.zip
Add todo for MemoryView with known bug
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 5f6cfda..e23fe49 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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)