View Issue Details

IDProjectCategoryView StatusLast Update
0001919CCdcielGeneralpublic18-03-23 16:55
Reportertango13 Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformPCOSLinuxOS Version64bit
Target Version1.0 
Summary0001919: Wrong text in frame tool?
DescriptionHi Patrick,
when setting the sensor area with Shift+left mouse button on an image, some extra text appears in the text fields: shouldn't the lines 2172-2175 in pu_main.pas look like this?

  f_frame.FX.Text:=inttostr(x1);
  f_frame.FY.Text:=inttostr(y1);
  f_frame.FWidth.Text:=inttostr(w);
  f_frame.FHeight.Text:=inttostr(h);

Thank you.
TagsNo tags attached.

Activities

Patrick Chevalley

18-03-23 16:55

administrator   ~0004609

Sorry, I was a bit too zealous when adding translation to the program :)

This is reverted by:
https://github.com/pchev/ccdciel/commit/f2b813fa61d194045cba2012e537345dcc064cfa

Issue History

Date Modified Username Field Change
18-03-23 16:02 tango13 New Issue
18-03-23 16:55 Patrick Chevalley Assigned To => Patrick Chevalley
18-03-23 16:55 Patrick Chevalley Status new => resolved
18-03-23 16:55 Patrick Chevalley Resolution open => fixed
18-03-23 16:55 Patrick Chevalley Target Version => 1.0
18-03-23 16:55 Patrick Chevalley Note Added: 0004609