client: Always load email once view is mapped
Remove CSS width workaround. Fix #283 #1205
This commit is contained in:
parent
d47e357b2c
commit
40a2c1aec4
6 changed files with 69 additions and 38 deletions
|
|
@ -421,7 +421,7 @@ I can send email through smtp.gmail.com:587 or through <a href="https://www.gmai
|
|||
protected void load_body_fixture_full(string body,
|
||||
string quote,
|
||||
bool top_posting) {
|
||||
this.test_view.load_html(body, quote, top_posting, false);
|
||||
this.test_view.load_html_headless(body, quote, top_posting, false);
|
||||
while (this.test_view.is_loading) {
|
||||
Gtk.main_iteration();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue