diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-07-26 23:23:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-07-26 23:23:42 (GMT) |
commit | 9606b8e49299e37b297da039fc8a645f1ab4cf2d (patch) | |
tree | 16eb18d5292ec04ee4b7a24756e59d3c430f104e /src/gtkext | |
parent | b80a36ab9746ca47b9c50827efe3856ce2840144 (diff) |
Updated the process collecting line widths.
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/hexdisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/hexdisplay.c b/src/gtkext/hexdisplay.c index cf1f600..ea662ae 100644 --- a/src/gtkext/hexdisplay.c +++ b/src/gtkext/hexdisplay.c @@ -191,7 +191,7 @@ GtkWidget *gtk_hex_display_new(GBinContent *content) result = g_object_new(GTK_TYPE_HEX_DISPLAY, NULL); - result->cache = g_buffer_cache_new(content, HLC_COUNT); + result->cache = g_buffer_cache_new(content, HLC_COUNT, HLC_BINARY); g_object_ref_sink(G_OBJECT(result->cache)); g_generic_config_get_value(get_main_configuration(), MPK_HEX_PADDING, &padding); |