Ghalko / noteTaker

Python/sqlite program to help take notes and time the amount of effort spent on projects.
MIT License
1 stars 1 forks source link

Cursor on input does not return to the top #4

Open Ghalko opened 11 years ago

Ghalko commented 11 years ago

Not sure why this happens. The carriage return isn't included in the entry, and it seems that any end carriage returns are stripped, so not sure why it doesn't just reset to the top after calling: self.entry.delete('1.0', END). That should delete up to the first line, zeroth position.