comparison src/ChangeLog @ 70200:36a867f75857

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 23 Apr 2006 22:28:17 +0000
parents ef912c974d32
children 6b96268b48a3
comparison
equal deleted inserted replaced
70199:4a716172f505 70200:36a867f75857
2 2
3 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame 3 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
4 matrices to force recalculation of tool-bar height after font change. 4 matrices to force recalculation of tool-bar height after font change.
5 5
6 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity. 6 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
7 (tool_bar_lines_needed): Clear it when done, so we don't accidentally 7 Clear it when done, so we don't accidentally draw a second copy of
8 draw a second copy of the tool-bar after resetting f->n_tool_bar_rows. 8 the tool-bar after resetting f->n_tool_bar_rows.
9 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever 9 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
10 we recalculate f->n_tool_bar_rows. 10 we recalculate f->n_tool_bar_rows.
11 11
12 2006-04-23 Lars Hansen <larsh@soem.dk> 12 2006-04-23 Lars Hansen <larsh@soem.dk>
13 13