Reviewers: ,


Please review this at http://codereview.tryton.org/710002/

Affected files:
  M tryton/gui/window/view_form/view/form_gtk/textbox.py


Index: tryton/gui/window/view_form/view/form_gtk/textbox.py
===================================================================

--- a/tryton/gui/window/view_form/view/form_gtk/textbox.py
+++ b/tryton/gui/window/view_form/view/form_gtk/textbox.py
@@ -134,6 +134,8 @@
         field.set_client(record, self.get_value())

     def set_buffer(self, value):
+        if value == self.get_value():
+            return
         buf = self.textview.get_buffer()
         buf.delete(buf.get_start_iter(), buf.get_end_iter())
         iter_start = buf.get_start_iter()



--
--
tryton-dev@googlegroups.com mailing list

--- You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tryton-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to