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
90aa2856
Commit
90aa2856
authored
Dec 12, 2000
by
Gerd Moellmann
Browse files
(display_tool_bar_line): Make sure that tool bar
lines start with a relief line.
parent
e9ce2497
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/xdisp.c
src/xdisp.c
+6
-0
No files found.
src/ChangeLog
View file @
90aa2856
2000-12-12 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (display_tool_bar_line): Make sure that tool bar
lines start with a relief line.
2000-12-12 Eli Zaretskii <eliz@is.elta.co.il>
* msdos.c (fast_find_position): Don't overstep the last window
...
...
src/xdisp.c
View file @
90aa2856
...
...
@@ -7274,6 +7274,10 @@ display_tool_bar_line (it)
prepare_desired_row (row);
row->y = it->current_y;
/* Note that this isn't made use of if the face hasn't a box,
so there's no need to check the face here. */
it->start_of_box_run_p = 1;
while (it->current_x < max_x)
{
...
...
@@ -7321,6 +7325,8 @@ display_tool_bar_line (it)
extend_face_to_end_of_line (it);
last = row->glyphs[TEXT_AREA] + row->used[TEXT_AREA] - 1;
last->right_box_line_p = 1;
if (last == row->glyphs[TEXT_AREA])
last->left_box_line_p = 1;
compute_line_metrics (it);
/* If line is empty, make it occupy the rest of the tool-bar. */
...
...
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