[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-104-g8eaa961)
The branch, master has been updated
via 8eaa961a02b01133f6e96defcb9e13af60209ae9 (commit)
from 0af3c1c6285de7431075131015234e6bda42f02d (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/i_callbacks.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 8eaa961a02b01133f6e96defcb9e13af60209ae9
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Thu Jan 1 15:12:24 2009 +0000
gschem: Add missing invalidate when changing to outline mode
:100644 100644 054515a... 5935512... M gschem/src/i_callbacks.c
=========
Changes
=========
commit 8eaa961a02b01133f6e96defcb9e13af60209ae9
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Thu Jan 1 15:12:24 2009 +0000
gschem: Add missing invalidate when changing to outline mode
diff --git a/gschem/src/i_callbacks.c b/gschem/src/i_callbacks.c
index 054515a..5935512 100644
--- a/gschem/src/i_callbacks.c
+++ b/gschem/src/i_callbacks.c
@@ -3353,6 +3353,9 @@ DEFINE_I_CALLBACK(options_afeedback)
w_current->actionfeedback_mode = BOUNDINGBOX;
s_log_message(_("Action feedback mode set to BOUNDINGBOX\n"));
}
+ if (w_current->inside_action &&
+ w_current->toplevel->page_current->place_list != NULL)
+ o_place_invalidate_rubber (w_current, FALSE);
}
/*! \todo Finish function documentation!!!
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs