Move the last activated window to the top of the list on embedded platforms
This commit is contained in:
parent
ac4132c1cf
commit
0698ffd1af
|
@ -516,6 +516,9 @@ static void _on_clicked(GtkWidget * widget, gpointer data)
|
|||
Task * task = data;
|
||||
|
||||
_clicked_activate(task);
|
||||
#ifdef EMBEDDED
|
||||
gtk_box_reorder_child(GTK_BOX(task->tasks->hbox), widget, 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void _clicked_activate(Task * task)
|
||||
|
|
Loading…
Reference in New Issue
Block a user