Commit d438053
committed
Fix Gtk3Backend image toggling bug
When images got shown after the first render, they were remaining invisible. For
some reason Gtk 3 wants us to explicitly show the widget after changing its
pixbuf (or changing its parent). This isn't true for any other widgets afaik.
The fix was to explicitly show the image widget at the end of updateImageView.1 parent 9db800f commit d438053
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| 679 | + | |
679 | 680 | | |
680 | 681 | | |
681 | 682 | | |
| |||
0 commit comments