mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-22 17:34:19 +03:00
[project @ 2003-05-25 04:09:59 by jmb]
Make form action buttons unindent after being clicked svn path=/import/netsurf/; revision=133
This commit is contained in:
parent
6df33cb672
commit
e6d805493a
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* $Id: browser.c,v 1.37 2003/05/22 13:21:45 bursa Exp $
|
||||
* $Id: browser.c,v 1.38 2003/05/25 04:09:59 jmb Exp $
|
||||
*/
|
||||
|
||||
#include "netsurf/content/cache.h"
|
||||
@ -427,6 +427,8 @@ int browser_window_gadget_click(struct browser_window* bw, unsigned long click_x
|
||||
gui_redraw_gadget(bw, g);
|
||||
if (stricmp(g->data.actionbutt.butttype,"submit") == 0)
|
||||
browser_form_submit(bw, g->form);
|
||||
g->data.actionbutt.pressed = 0;
|
||||
gui_redraw_gadget(bw,g);
|
||||
break;
|
||||
case GADGET_TEXTAREA:
|
||||
gui_edit_textarea(bw, g);
|
||||
|
Loading…
x
Reference in New Issue
Block a user