trying to fix notes

git-svn-id: svn://kolibrios.org@7629 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2019-04-16 21:34:45 +00:00
parent 067e22eae8
commit 22678da483

View File

@ -234,7 +234,8 @@ void EventDrawDeleteButton()
void EventDeleteCurrentNode()
{
int t = notes.cur_y;
dword t;
t = notes.cur_y;
notes.lines[t].Delete();
EventListRedraw();
}