* src/DisplayTabs/_NoteTab.py (NoteTab.flow_changed): save flow status
in Note svn: r6787
This commit is contained in:
@@ -132,8 +132,10 @@ class NoteTab(GrampsTab):
|
||||
def flow_changed(self, obj):
|
||||
if obj.get_active():
|
||||
self.text.set_wrap_mode(gtk.WRAP_WORD)
|
||||
self.note_obj.set_format(0)
|
||||
else:
|
||||
self.text.set_wrap_mode(gtk.WRAP_NONE)
|
||||
self.note_obj.set_format(1)
|
||||
|
||||
def rebuild(self):
|
||||
self._set_label()
|
||||
|
||||
Reference in New Issue
Block a user