|
From: Peter C. <pet...@us...> - 2008-04-13 16:27:33
|
Module Name: pcb Committed By: petercjclifton Date: Sun Apr 13 16:27:35 UTC 2008 Modified Files: pcb/src: action.c Log Message: Applied patch from Tomaz Solc fixing crosshair issues with ActionNew() ActionNew() function didn't call a RestoreCrosshair() after a HideCrosshair() in most cases. This causes symptoms similar to those described in #1900255 when "Start new layout" is selected in the File menu in GTK HID (most probably also in Lesstiff, but I haven't checked). This patch adds two missing RestoreCrosshair() calls and fixes that issue. Minor re-indentation by Peter Clifton during application. To generate a diff of this commit: cvs rdiff -r1.127 -r1.128 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.127&r2=1.128 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |