Skip to content

Commit

Permalink
Merge pull request #157 from bgrabitmap/dev-lazpaint
Browse files Browse the repository at this point in the history
Dev lazpaint v7.1.3
  • Loading branch information
circular17 authored May 14, 2020
2 parents f5deb60 + 4bc8f0e commit 860cbb4
Show file tree
Hide file tree
Showing 18 changed files with 3,706 additions and 3,626 deletions.
2 changes: 1 addition & 1 deletion lazpaint/lazpaint.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="7"/>
<MinorVersionNr Value="1"/>
<RevisionNr Value="2"/>
<RevisionNr Value="3"/>
<CharSet Value="04B0"/>
<StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" ProductName="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe"/>
</VersionInfo>
Expand Down
2 changes: 1 addition & 1 deletion lazpaint/lazpaintembeddedpack.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</Debugging>
</Linking>
</CompilerOptions>
<Version Major="7" Minor="1" Release="2"/>
<Version Major="7" Minor="1" Release="3"/>
<Files Count="94">
<Item1>
<Filename Value="lazpaintinstance.pas"/>
Expand Down
2 changes: 1 addition & 1 deletion lazpaint/lazpainttype.pas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface
{$IFDEF LINUX}, InterfaceBase{$ENDIF};

const
LazPaintVersion = 7010200;
LazPaintVersion = 7010300;

function LazPaintVersionStr: string;

Expand Down
1 change: 1 addition & 0 deletions lazpaint/maintoolbar.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ procedure TFMain.CreateToolbarElements;
vf.GradInterpolation:= ColorInterpolation;
end;
if Assigned(lbl) then lbl.OnMouseMove:= mouseMove;
pnl.PopupMenu := nil;
pnl.OnMouseMove:= mouseMove;
vf.OnMouseMove:= mouseMove;
end;
Expand Down
Loading

0 comments on commit 860cbb4

Please sign in to comment.