reset first to TRUE properly when the desktop popup is off
This commit is contained in:
parent
c4ec27c275
commit
0844866bbd
1 changed files with 3 additions and 2 deletions
|
@ -700,9 +700,10 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear,
|
||||||
d = translate_row_col(r, c);
|
d = translate_row_col(r, c);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config_desktop_popup)
|
if (config_desktop_popup) {
|
||||||
popup_cycle(d, TRUE);
|
popup_cycle(d, TRUE);
|
||||||
return d;
|
return d;
|
||||||
|
}
|
||||||
|
|
||||||
done_cycle:
|
done_cycle:
|
||||||
first = TRUE;
|
first = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue