diff options
author | Sebastian Geerken <devnull@localhost> | 2014-08-02 13:42:50 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-08-02 13:42:50 +0200 |
commit | 9609a4676e936a8e30e7a3b9d935976914c936e2 (patch) | |
tree | 135e2d27ba2fa79adac9df969d201ac25664b643 /src/form.cc | |
parent | f60364040eadc4891f479f51846ec896f47df013 (diff) |
<button>'s are now inline.
Diffstat (limited to 'src/form.cc')
-rw-r--r-- | src/form.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/form.cc b/src/form.cc index 07c12815..e488a524 100644 --- a/src/form.cc +++ b/src/form.cc @@ -945,9 +945,7 @@ void Html_tag_open_button(DilloHtml *html, const char *tag, int tagsize) embed = new Embed(resource); // a_Dw_button_set_sensitive (DW_BUTTON (button), FALSE); - HT2TB(html)->addParbreak (5, html->wordStyle ()); HT2TB(html)->addWidget (embed, html->backgroundStyle ()); - HT2TB(html)->addParbreak (5, html->wordStyle ()); S_TOP(html)->textblock = html->dw = page; |