commit | fe344a9875667537ce32fc11936dc56ad51f2139 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 12:20:35 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 12:20:35 2017 +0100 |
tree | 9df034459daa7380e42435179b1af94b4ec5a133 | |
parent | b7a59906d7ce41b7e74ec31b910375c21e427c0a [diff] [blame] |
patch 8.0.0349: redrawing errors with GTK 3 Problem: Redrawing errors with GTK 3. Solution: When updating, first clear all rectangles and then draw them. (Kazunobu Kuriyama, Christian Ludwig, closes #848)
diff --git a/src/version.c b/src/version.c index e70a0f9..24b24df 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 349, +/**/ 348, /**/ 347,