[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.3.0-20071229-66-g8eeb92a)
The branch, master has been updated
via 8eeb92aa5d10d7c4808d039e09b4b6626e380138 (commit)
from 6ac1f25c4a2d88c1e5825aac74265cf442680954 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/o_misc.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 8eeb92aa5d10d7c4808d039e09b4b6626e380138
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date: Thu Jan 10 23:51:08 2008 -0500
When doing a find_text into hierarchy, the titlebar was not being updated
Added a update call into o_edit_find_text that made sure the titlebar and
scrollbars are properly updated when the found attribute is displayed.
This addition will do a full redraw as well (not sure if that is going
to cause problems at this point).
:100644 100644 b30131a... 056752f... M gschem/src/o_misc.c
=========
Changes
=========
commit 8eeb92aa5d10d7c4808d039e09b4b6626e380138
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date: Thu Jan 10 23:51:08 2008 -0500
When doing a find_text into hierarchy, the titlebar was not being updated
Added a update call into o_edit_find_text that made sure the titlebar and
scrollbars are properly updated when the found attribute is displayed.
This addition will do a full redraw as well (not sure if that is going
to cause problems at this point).
diff --git a/gschem/src/o_misc.c b/gschem/src/o_misc.c
index b30131a..056752f 100644
--- a/gschem/src/o_misc.c
+++ b/gschem/src/o_misc.c
@@ -655,6 +655,10 @@ int o_edit_find_text(GSCHEM_TOPLEVEL *w_current, OBJECT * o_list, char *stext,
o_current->text->x, o_current->text->y,
1, 0);
+ /* Make sure the titlebar and scrollbars are up-to-date */
+ x_window_set_current_page(w_current,
+ w_current->toplevel->page_current );
+
last_o = o_current;
break;
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs