Tweaked stack transition effects.

This commit is contained in:
Jordan Petridis
2017-12-01 06:21:48 +02:00
parent fb6fc68d23
commit 2d4acc3ba3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ fn on_flowbox_child_activate(stack: &gtk::Stack, parent: &Podcast) {
stack.remove(&old);
stack.add_named(&pdw.container, "widget");
stack.set_visible_child_name("widget");
stack.set_visible_child_full("widget", gtk::StackTransitionType::SlideLeft);
// aggresive memory cleanup
// probably not needed