Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0e6d47d
Commit
c0e6d47d
authored
Jan 06, 2010
by
Jan Djärv
Browse files
xterm.c (x_clear_frame): Queue draw for scroll bars.
parent
8a908224
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xterm.c
src/xterm.c
+6
-0
No files found.
src/ChangeLog
View file @
c0e6d47d
2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
* xterm.c (x_clear_frame): Queue draw for scroll bars.
2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
* xterm.c (x_new_font): Move code for setting rows/cols before
...
...
src/xterm.c
View file @
c0e6d47d
...
...
@@ -2951,6 +2951,12 @@ x_clear_frame (struct frame *f)
colors or something like that, then they should be notified. */
x_scroll_bar_clear (f);
#if defined (USE_GTK) && defined (USE_TOOLKIT_SCROLL_BARS)
/* Make sure scroll bars are redrawn. As they aren't redrawn by
redisplay, do it here. */
gtk_widget_queue_draw (FRAME_GTK_WIDGET (f));
#endif
XFlush (FRAME_X_DISPLAY (f));
UNBLOCK_INPUT;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment