Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroNick2020 committed Apr 9, 2023
1 parent faa8d95 commit a1930d9
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 142 deletions.
2 changes: 1 addition & 1 deletion fileprops.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object FileProperties: TFileProperties
Height = 19
Top = 80
Width = 165
Caption = 'Fuschia (R=255 G=255 B=0)'
Caption = 'Fuschia (R=255 G=0 B=255)'
Checked = True
OnChange = ValueChange
State = cbChecked
Expand Down
1 change: 1 addition & 0 deletions rm.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
<Filename Value="fileprops.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="FileProperties"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit28>
</Units>
Expand Down
2 changes: 1 addition & 1 deletion rmabout.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls,lclintf;

Const
ProgramName ='Raster Master v1.4 R78';
ProgramName ='Raster Master v1.4 R79';
ProgramLicense = 'Released under MIT License';

type
Expand Down
2 changes: 2 additions & 0 deletions rmmain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3369,6 +3369,8 @@ procedure TRMMainForm.EditPasteClick(Sender: TObject);
GetOpenSaveRegion(x,y,x2,y2);
RMDrawTools.Paste(x,y,x2,y2);

ImageThumbBase.CopyCoreToIndexImage(ImageThumbBase.GetCurrent);

UpdateActualArea;
UpdateZoomArea;
UpdateThumbView;
Expand Down
Loading

0 comments on commit a1930d9

Please sign in to comment.