Spell checker not working properly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zim |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Zim version 0.65
Windows 7 (from source)
pygtk-all-
For some reason, when loading a page, if the spell checker is already enabled, it won't work so you have to disable and re-enable it.
Here's my ugly fix:
on line 141 add:
checker.disable()
checker.enable()
in "on_open_page" conditional "if checker".
Also, providing a portable/
This software is fantastically good, I'm using it almost daily, good work! :)
Changed in zim: | |
status: | New → Confirmed |
tags: | added: 2min |