Skip to content

Commit

Permalink
Removed useless focus grab by cancel_autologin_button
Browse files Browse the repository at this point in the history
  • Loading branch information
pezcurrel committed Mar 13, 2024
1 parent 7eeaf79 commit 44629d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lightdm-gtk-greeter.c
Original file line number Diff line number Diff line change
Expand Up @@ -3125,7 +3125,6 @@ main (int argc, char **argv)
{
autologin_active = TRUE;
gtk_widget_show (GTK_WIDGET (cancel_autologin_button));
gtk_widget_grab_focus (GTK_WIDGET (cancel_autologin_button));
}

/* Panel window*/
Expand Down

0 comments on commit 44629d7

Please sign in to comment.