comparison src/gtkutil.c @ 50272:c5e286e85257

Removed one line too many
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 23 Mar 2003 01:09:49 +0000
parents fa50953c02dc
children 5b50d76d9211
comparison
equal deleted inserted replaced
50271:15e511b7973a 50272:c5e286e85257
2663 2663
2664 /* Move and resize to new values. */ 2664 /* Move and resize to new values. */
2665 gtk_fixed_move (GTK_FIXED (wfixed), wscroll, left, top); 2665 gtk_fixed_move (GTK_FIXED (wfixed), wscroll, left, top);
2666 gtk_widget_set_size_request (wscroll, width, gheight); 2666 gtk_widget_set_size_request (wscroll, width, gheight);
2667 2667
2668 /* Must force out update so changed scroll bars gets redrawn. */
2669 gdk_window_process_all_updates ();
2670
2668 SET_FRAME_GARBAGED (f); 2671 SET_FRAME_GARBAGED (f);
2669 cancel_mouse_face (f); 2672 cancel_mouse_face (f);
2670 } 2673 }
2671 } 2674 }
2672 2675