View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005163 | Scribus | General | public | 2007-01-14 21:54 | 2007-01-17 21:02 |
Reporter | cbradney | Assigned To | subik | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.3.4cvs | ||||
Summary | 0005163: Copying a page duplicates autoguides to standard guides | ||||
Description | void GuideManagerCore::copy(GuideManagerCore *target, GuideType type) { switch (type) { case Standard: target->addHorizontals(horizontalStdG, Standard); target->addVerticals(verticalStdG, Standard); break; case Auto: target->setHorizontalAutoCount(m_horizontalAutoCount); target->setVerticalAutoCount(m_verticalAutoCount); target->setHorizontalAutoGap(m_horizontalAutoGap); target->setVerticalAutoGap(m_verticalAutoGap); target->setHorizontalAutoRefer(m_horizontalAutoRefer); target->setVerticalAutoRefer(m_verticalAutoRefer); target->addHorizontals(horizontalStdG, Auto); target->addVerticals(verticalStdG, Auto); target->gx = gx; target->gy = gy; target->gw = gw; target->gh = gh; break; } } the auto section copies the std guides | ||||
Tags | No tags attached. | ||||
Patch | |||||
child of | 0003964 | closed | 1.3.4 Release Metabug |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-01-14 21:54 | cbradney | New Issue | |
2007-01-14 22:05 | cbradney | Status | new => assigned |
2007-01-14 22:05 | cbradney | Assigned To | => subik |
2007-01-14 22:05 | cbradney | Note Added: 0014801 | |
2007-01-14 23:48 | cbradney | Relationship added | child of 0003964 |
2007-01-16 19:12 | subik | Status | assigned => resolved |
2007-01-16 19:12 | subik | Fixed in Version | => 1.3.4cvs |
2007-01-16 19:12 | subik | Resolution | open => fixed |
2007-01-17 21:02 | cbradney | Status | resolved => closed |