forked from KolibriOS/kolibrios
trying to fix notes
git-svn-id: svn://kolibrios.org@7629 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
067e22eae8
commit
22678da483
@ -234,7 +234,8 @@ void EventDrawDeleteButton()
|
||||
|
||||
void EventDeleteCurrentNode()
|
||||
{
|
||||
int t = notes.cur_y;
|
||||
dword t;
|
||||
t = notes.cur_y;
|
||||
notes.lines[t].Delete();
|
||||
EventListRedraw();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user