Reset current_width and current_height to 0 when ending the embedding.
Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width and current_height to 0 when ending the embedding. (#143675, Nickolay V. Shmyrev)
This commit is contained in:
committed by
Matthias Clasen
parent
b045a45109
commit
c10dd01891
@ -1,3 +1,9 @@
|
|||||||
|
Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
|
||||||
|
and current_height to 0 when ending the embedding. (#143675,
|
||||||
|
Nickolay V. Shmyrev)
|
||||||
|
|
||||||
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
|
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
|
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
|
||||||
|
and current_height to 0 when ending the embedding. (#143675,
|
||||||
|
Nickolay V. Shmyrev)
|
||||||
|
|
||||||
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
|
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
|
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
|
||||||
|
and current_height to 0 when ending the embedding. (#143675,
|
||||||
|
Nickolay V. Shmyrev)
|
||||||
|
|
||||||
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
|
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
|
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
|
||||||
|
and current_height to 0 when ending the embedding. (#143675,
|
||||||
|
Nickolay V. Shmyrev)
|
||||||
|
|
||||||
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
|
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
|
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
|
||||||
|
|||||||
@ -401,6 +401,8 @@ gtk_socket_end_embedding (GtkSocket *socket)
|
|||||||
|
|
||||||
g_object_unref (socket->plug_window);
|
g_object_unref (socket->plug_window);
|
||||||
socket->plug_window = NULL;
|
socket->plug_window = NULL;
|
||||||
|
socket->current_width = 0;
|
||||||
|
socket->current_height = 0;
|
||||||
private->resize_count = 0;
|
private->resize_count = 0;
|
||||||
|
|
||||||
/* Remove from end to avoid indexes shifting. This is evil */
|
/* Remove from end to avoid indexes shifting. This is evil */
|
||||||
|
|||||||
Reference in New Issue
Block a user