View Issue Details

IDProjectCategoryView StatusLast Update
0015558Scribus-public2023-12-11 16:43
Reporterale Assigned Toale  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionsuspended 
Product Version1.5.4.svn 
Summary0015558: x/y offset spinbox: why min is "absolute" and max depends on the unit?
Descriptionin ui/propertiespalette_image.cpp why is the minmial value an "absolute" one and the maximal one "filtered" through the unit ratio?

double maxXYWHVal = 16777215 * m_unitRatio;
imageXOffsetSpinBox->setValues( -16777215, maxXYWHVal, precision, 0);

1677215 looks like an arbitrary value and i don't understand why it is being scaled.

any hint?
TagsNo tags attached.
PatchNo

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-01-27 08:19 ale New Issue
2019-01-27 08:20 ale Product Version 1.6 milestone => 1.5.4.svn
2023-12-11 16:43 ale Assigned To => ale
2023-12-11 16:43 ale Status new => closed
2023-12-11 16:43 ale Resolution open => suspended