indentation on entries in xtext_buffer
is determined by the call to gtk_xtext_append
or gtk_xtext_append_indent
. when prefs.hex_text_indent is changed, the cached indentation in each entry is not updated, and this leads to buggy looking text. the solution is to go through and regenerate the indent values for all allocated xtext_buffer
s when the setting is changed.
It's a bit quiet in here.