Commit 9c0b1d1d authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

start btn: make the 2nd overlay pass through

parent 332261d2
...@@ -151,6 +151,7 @@ impl PaginatorWidget { ...@@ -151,6 +151,7 @@ impl PaginatorWidget {
let start_overlay = gtk::Overlay::new(); let start_overlay = gtk::Overlay::new();
start_overlay.add(&self.start_btn); start_overlay.add(&self.start_btn);
start_overlay.add_overlay(&next_overlay); start_overlay.add_overlay(&next_overlay);
start_overlay.set_overlay_pass_through(&next_overlay, true);
start_overlay.show(); start_overlay.show();
let btn_size_group = gtk::SizeGroup::new(gtk::SizeGroupMode::Horizontal); let btn_size_group = gtk::SizeGroup::new(gtk::SizeGroupMode::Horizontal);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment