Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
f066aa18
Commit
f066aa18
authored
Sep 27, 2007
by
CHARRAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test case for OnLeftClick() handling enhancements
parent
10c44291
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
605 additions
and
606 deletions
+605
-606
change_log.txt
change_log.txt
+2
-0
classpcb.cpp
pcbnew/classpcb.cpp
+1
-1
pcbcfg.h
pcbnew/pcbcfg.h
+600
-600
pcbnew.h
pcbnew/pcbnew.h
+0
-3
set_color.cpp
pcbnew/set_color.cpp
+1
-1
drawpanel.cpp
share/drawpanel.cpp
+1
-1
No files found.
change_log.txt
View file @
f066aa18
...
...
@@ -12,6 +12,8 @@ email address.
(SHIHT ou CTRL or ALT key is sufficient to suppress the popup menu
if needed for a double click )
Some work is still needed, of course
+ pcbnew
Color grid setting now works
2007-Sep-26 UPDATE Dick Hollenbeck <dick@softplc.com>
...
...
pcbnew/classpcb.cpp
View file @
f066aa18
...
...
@@ -343,7 +343,7 @@ void PCB_SCREEN::Init()
/*************************/
/*
*
Options diverses d'affichage �l'�ran
:
*
Handle display options like enable/disable some optional drawings
:
*/
DISPLAY_OPTIONS
::
DISPLAY_OPTIONS
()
...
...
pcbnew/pcbcfg.h
View file @
f066aa18
This diff is collapsed.
Click to expand it.
pcbnew/pcbnew.h
View file @
f066aa18
...
...
@@ -292,9 +292,6 @@ eda_global wxString g_ViaType_Name[4]
;
eda_global
int
g_ViaHoleLastValue
;
// Last value for non default value via hole
/* Couleur de fond affichage de bas d'ecran */
eda_global
int
g_PcbGridColor
;
/* couleurs des autres items des empreintes */
#if defined MAIN
int
g_PadCMPColor
=
RED
;
...
...
pcbnew/set_color.cpp
View file @
f066aa18
...
...
@@ -379,7 +379,7 @@ static ColorButton Grid_Butt =
{
_
(
"Grid"
),
/* Title */
-
1
,
&
g_
Pcb
GridColor
,
/* adr du parametre optionnel */
&
g_GridColor
,
/* adr du parametre optionnel */
FALSE
,
&
g_ShowGrid
// address of boolean display control parameter to toggle
};
...
...
share/drawpanel.cpp
View file @
f066aa18
...
...
@@ -1007,7 +1007,7 @@ void WinEDA_DrawPanel::OnKeyEvent( wxKeyEvent& event )
case
WXK_NUMLOCK
:
case
WXK_LBUTTON
:
case
WXK_RBUTTON
:
case
0x0135
:
/* Alt key */
case
WXK_ALT
:
return
;
case
WXK_ESCAPE
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment