From 1cb11db386d13fc06f52b062069a5a7335f7ac50 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 15 Jul 2002 11:57:48 +0000 Subject: [PATCH] fix from herbert for % height git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4641 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 5 +++++ src/frontends/xforms/FormGraphics.C | 3 ++- status.12x | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index ec7c1c2680..1db050b8e3 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,8 @@ +2002-07-11 Herbert Voss + + * FormGraphics.C (input): test also the height for %-value, when + importing the latex-value into the lyx-view + 2002-07-10 Andrew Zabolotny * combox.C (peek_event): diff --git a/src/frontends/xforms/FormGraphics.C b/src/frontends/xforms/FormGraphics.C index eeb3ad7769..b02f6f60dc 100644 --- a/src/frontends/xforms/FormGraphics.C +++ b/src/frontends/xforms/FormGraphics.C @@ -553,7 +553,8 @@ ButtonPolicy::SMInput FormGraphics::input(FL_OBJECT * ob, long) setEnabled(lyxview_->check_lyxaspectratio, 0); setEnabled(lyxview_->input_lyxscale, 1); } else if (ob == lyxview_->button_latex_values) { - if (contains(fl_get_choice_text(size_->choice_width),'%')) + if (contains(fl_get_choice_text(size_->choice_width),'%') + || contains(fl_get_choice_text(size_->choice_height),'%')) Alert::alert(_("Warning!"), _("No %-units are allowed here."), _("Cannot use the values from LaTeX size!")); diff --git a/status.12x b/status.12x index 96481e3109..ce37639dcd 100644 --- a/status.12x +++ b/status.12x @@ -28,7 +28,7 @@ What's new - better support for entering cyrillic and greek alphabets -- support selection via the numpad direction keys +- support the numpad direction keys as equivalent to normal cursor keys - update template for IEEEtran; update hebrew article class @@ -117,6 +117,8 @@ What's new - fix command line crash and give useful exit status on some errors +- fix the detection of cygwin in Reconfigure when the shell is not bash + - fix latex import when using --with-version-suffix configure flag - make latex import script (reLyX) honor the LYX_DIR_12x envirnment