* src/pgtkterm.c (map_event): Fix last change.
This commit is contained in:
parent
b76da7e7a5
commit
9966d9574b
1 changed files with 1 additions and 1 deletions
|
@ -5552,7 +5552,7 @@ configure_event (GtkWidget *widget,
|
|||
|
||||
if (f->win_gravity == NorthWestGravity)
|
||||
gtk_window_get_position (GTK_WINDOW (widget),
|
||||
&f->top_pos, &f->left_pos);
|
||||
&f->left_pos, &f->top_pos);
|
||||
else
|
||||
{
|
||||
f->top_pos = event->configure.y;
|
||||
|
|
Loading…
Add table
Reference in a new issue