r15952 by jghali - #9512: X-Pos and Y-Pos no more active after having selected a table cell
scribus-commit
scribus-commit at lists.scribus.net
Mon Nov 22 23:57:40 CET 2010
Author: jghali
Date: Mon Nov 22 22:57:40 2010
New Revision: 15952
URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=15952
Log:
#9512: X-Pos and Y-Pos no more active after having selected a table cell
Modified:
branches/Version135/Scribus/scribus/propertiespalette.cpp
Modified: branches/Version135/Scribus/scribus/propertiespalette.cpp
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15952&path=/branches/Version135/Scribus/scribus/propertiespalette.cpp
==============================================================================
--- branches/Version135/Scribus/scribus/propertiespalette.cpp (original)
+++ branches/Version135/Scribus/scribus/propertiespalette.cpp Mon Nov 22 22:57:40 2010
@@ -2211,8 +2211,6 @@
LeftLine->setChecked(CurItem->LeftLine);
RightLine->setChecked(CurItem->RightLine);
BottomLine->setChecked(CurItem->BottomLine);
- Xpos->setEnabled(false);
- Ypos->setEnabled(false);
Rotation->setEnabled(false);
}
else
@@ -2220,6 +2218,8 @@
setter = false;
TabStack3->setCurrentIndex(0);
}
+ Xpos->setEnabled(!setter);
+ Ypos->setEnabled(!setter);
LayerGroup->setEnabled(!setter);
disconnect(TransSpin, SIGNAL(valueChanged(int)), this, SLOT(setGroupTransparency(int)));
disconnect(blendMode, SIGNAL(activated(int)), this, SLOT(setGroupBlending(int)));
More information about the scribus-commit
mailing list