[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_select.nw
User: danmc
Date: 06/04/23 23:28:00
Modified: . o_select.nw
Log:
repair broken select box
Revision Changes Path
1.11 +5 -5 eda/geda/devel/gschem/noweb/o_select.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_select.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/o_select.nw,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- o_select.nw 24 Apr 2006 03:06:56 -0000 1.10
+++ o_select.nw 24 Apr 2006 03:28:00 -0000 1.11
@@ -494,11 +494,11 @@
/* if there were no objects to be found in select box, count will be */
/* zero, and you need to deselect anything remaining (unless the shift */
/* key was pressed */
- if (count == 0 && !SHIFTKEY)
+ if (count == 0 && !SHIFTKEY) {
o_select_run_hooks(w_current, NULL, 2);
o_selection_remove_most(w_current,
w_current->page_current->selection2_head);
-
+ }
i_update_menus(w_current);
}