mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
remove debug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6859 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
01bd3eacb0
commit
12a6ebb867
@ -95,8 +95,6 @@ void QMinipage::update_contents()
|
|||||||
LyXLength len(params.width);
|
LyXLength len(params.width);
|
||||||
dialog_->widthED->setText(toqstr(numtostr(len.value())));
|
dialog_->widthED->setText(toqstr(numtostr(len.value())));
|
||||||
dialog_->unitsLC->setCurrentItem(len.unit());
|
dialog_->unitsLC->setCurrentItem(len.unit());
|
||||||
lyxerr << "width " << numtostr(len.value())
|
|
||||||
<< " units " << len.unit() << std::endl;
|
|
||||||
|
|
||||||
int item = 0;
|
int item = 0;
|
||||||
switch (params.pos) {
|
switch (params.pos) {
|
||||||
|
Loading…
Reference in New Issue
Block a user