[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: system-gschemrc.in
User: ahvezda
Date: 05/08/19 22:15:58
Modified: . system-gschemrc.in
Log:
Fixed a crash when disabling the scrollbars and using a scroll wheel.
Revision Changes Path
1.84 +3 -0 eda/geda/devel/gschem/lib/system-gschemrc.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: system-gschemrc.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/lib/system-gschemrc.in,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- system-gschemrc.in 15 Aug 2005 01:26:50 -0000 1.83
+++ system-gschemrc.in 20 Aug 2005 02:15:58 -0000 1.84
@@ -223,6 +223,9 @@
; scrollbars string
;
; Controls if the scrollbars are displayed (enabled) or not (disabled)
+; If you disable the scrollbars, you will not be able to use the scroll
+; wheel on your mouse. This is an unfortunate side effect of how the
+; code is implemented.
;
(scrollbars "enabled")
;(scrollbars "disabled")