Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-14 Thread Scott Kostyshak
On Thu, Nov 14, 2013 at 4:43 AM, Jürgen Spitzmüller wrote: > >> Works well here too. > > > Committed. > >> >> On a related note, what do you think of having a valueLE->setFocus() >> when custom is selected? > > > Sounds like a good idea. In at 1e365fe3. Scott

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-14 Thread Jürgen Spitzmüller
> Works well here too. > Committed. > On a related note, what do you think of having a valueLE->setFocus() > when custom is selected? > Sounds like a good idea. Jürgen > > Scott >

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-14 Thread Scott Kostyshak
On Thu, Nov 14, 2013 at 3:59 AM, Jürgen Spitzmüller wrote: > 2013/11/14 Scott Kostyshak >> >> Any ideas? > > > The attached works for me. > > Jürgen Works well here too. On a related note, what do you think of having a valueLE->setFocus() when custom is selected? Scott

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-14 Thread Jürgen Spitzmüller
2013/11/14 Scott Kostyshak > Any ideas? > The attached works for me. Jürgen > > Scott > diff --git a/src/frontends/qt4/GuiVSpace.cpp b/src/frontends/qt4/GuiVSpace.cpp index dc08bc0..cbf9029 100644 --- a/src/frontends/qt4/GuiVSpace.cpp +++ b/src/frontends/qt4/GuiVSpace.cpp @@ -57,6 +57,7 @@ Gu

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-13 Thread Scott Kostyshak
On Wed, Nov 13, 2013 at 2:38 AM, Scott Kostyshak wrote: > On Wed, Nov 13, 2013 at 2:08 AM, Jürgen Spitzmüller wrote: >> 2013/11/12 Scott Kostyshak >> >>> Same fix for vertical space? >> >> >> Yes, if it is needed. Do you want to have a go? > > Sure, I'll take a look tomorrow. I'm not sure why y

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-12 Thread Scott Kostyshak
On Wed, Nov 13, 2013 at 2:08 AM, Jürgen Spitzmüller wrote: > 2013/11/12 Scott Kostyshak > >> Same fix for vertical space? > > > Yes, if it is needed. Do you want to have a go? Sure, I'll take a look tomorrow. Scott

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-12 Thread Jürgen Spitzmüller
2013/11/12 Scott Kostyshak > Same fix for vertical space? > Yes, if it is needed. Do you want to have a go? Jürgen

Re: [LyX/master] Fix bug 8880: do not try to validate custom value if it is disabled

2013-11-12 Thread Scott Kostyshak
On Tue, Nov 12, 2013 at 9:48 AM, Juergen Spitzmueller wrote: > commit 7e22abec5d8b1e96a41cce80f4f0c8aa66a713fb > Author: Juergen Spitzmueller > Date: Tue Nov 12 15:48:34 2013 +0100 > > Fix bug 8880: do not try to validate custom value if it is disabled > > diff --git a/src/frontends/qt4/Gui