Commit 2d4d435
committed
[Gtk4] Fix Browser.setText
Disable hardware-acceleration-policy on Gtk 4.x (it is done for Gtk 3.x
already) as first frame is never drawn when using accelerated
compositing (GPU path). The DOM loads, signals fire, but the view stays
blank.
Different value compared to Gtk 3 is due to the fact that the setting no
longer has always/ondemand/never but just always/never on Gtk 4.1 parent 8a3980d commit 2d4d435
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
789 | | - | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
790 | 794 | | |
791 | 795 | | |
792 | 796 | | |
| |||
0 commit comments