Fixed a bug in scrolling.

This commit is contained in:
Andrew Hamilton 2017-07-08 13:13:22 +01:00
parent 5a8bca84df
commit 547983819d
2 changed files with 3 additions and 3 deletions

4
BUGS
View file

@ -8,8 +8,6 @@ Current
the timed out status when un-paused.
- Tmp files are being left behind after shutdown.
- All tools in AppImages aren't working correctly. See ./vigil --self_test
- When the cursor is at the top of the summary, and it is moved up, there
is a glitch in the scrolling.
Current (tool related)
@ -248,6 +246,8 @@ Fixed
- gcc is not working inside the sandbox.
<- Let /dev/null through the sandbox.
- There is no color in lxterminal, only shades of grey.
- When the cursor is at the top of the summary, and it is moved up, there
is a glitch in the scrolling.
Won't fix