Comment 1 for bug 1733238

Revision history for this message
Gabriele N. Tornetta (phoenix1987) wrote :

It turns out that tickr is not stealing the focus. The following line in tickr_main.c is the culprit: in update_win_dims_and_loc()

gtk_window_unmaximize(GTK_WINDOW(env->win));

Commenting this out, tickr stays below.