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
bb6f5625
Commit
bb6f5625
authored
May 31, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gerbview: more about bug 788778 fix.
parent
5383aa2e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
11 deletions
+13
-11
build_version.cpp
common/build_version.cpp
+1
-1
draw_gerber_screen.cpp
gerbview/draw_gerber_screen.cpp
+9
-7
install.nsi
packaging/windows/nsis/install.nsi
+1
-1
version.txt
version.txt
+2
-2
No files found.
common/build_version.cpp
View file @
bb6f5625
...
...
@@ -6,7 +6,7 @@
#endif
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2011-05-
25
)"
#define KICAD_BUILD_VERSION "(2011-05-
31
)"
#endif
...
...
gerbview/draw_gerber_screen.cpp
View file @
bb6f5625
...
...
@@ -227,15 +227,17 @@ void BOARD::Draw( EDA_DRAW_PANEL* aPanel, wxDC* aDC, int aDrawMode, const wxPoin
screenDC
.
Blit
(
0
,
0
,
bitmapWidth
,
bitmapHeight
,
&
layerDC
,
0
,
0
,
wxOR
);
}
// Restore actual values and clear bitmpap for next drawing
layerDC
.
SetDeviceOrigin
(
dev_org
.
x
,
dev_org
.
y
);
layerDC
.
SetLogicalOrigin
(
logical_org
.
x
,
logical_org
.
y
);
layerDC
.
SetUserScale
(
scale
,
scale
);
layerDC
.
SetBackground
(
bgBrush
);
layerDC
.
SetBackgroundMode
(
wxSOLID
);
layerDC
.
Clear
();
doBlit
=
false
;
}
// Restore actual values for drawing
layerDC
.
SetDeviceOrigin
(
dev_org
.
x
,
dev_org
.
y
);
layerDC
.
SetLogicalOrigin
(
logical_org
.
x
,
logical_org
.
y
);
layerDC
.
SetUserScale
(
scale
,
scale
);
doBlit
=
false
;
layerDC
.
Clear
();
}
if
(
gerber
->
m_ImageNegative
)
...
...
packaging/windows/nsis/install.nsi
View file @
bb6f5625
...
...
@@ -17,7 +17,7 @@
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2011.05.
25
"
!define PRODUCT_VERSION "2011.05.
31
"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME ""
...
...
version.txt
View file @
bb6f5625
release version:
2011 may
25
2011 may
31
files (.zip,.tgz):
kicad-2011-05-
12
kicad-2011-05-
31
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