summaryrefslogtreecommitdiff
path: root/src/glibext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-03 20:57:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-03 20:57:45 (GMT)
commitd65fbe084a91d180d17767314f4e34b7456e8436 (patch)
treee7eee433871ea98be6643c1ab5a861889ed0226a /src/glibext
parent6cfa350c21c1e54cf9c597d92a9ea3d1aab01d78 (diff)
Defined a preferred size for views and reacted on scroll events.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@500 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/glibext')
-rw-r--r--src/glibext/gcodebuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gcodebuffer.c b/src/glibext/gcodebuffer.c
index b504473..1d42b35 100644
--- a/src/glibext/gcodebuffer.c
+++ b/src/glibext/gcodebuffer.c
@@ -1184,7 +1184,7 @@ gint g_buffer_view_get_width(GBufferView *view, const bool *display)
gint full_width; /* Calcul selon les fusions */
BufferLineColumn i; /* Boucle de parcours */
- //if (!WIDTHS_CACHED(view))
+ if (!WIDTHS_CACHED(view))
g_buffer_view_compute_required_widths(view, display);
result = view->left_text;