Re: [patch] fix bug #4430

2016-01-21 Thread Uwe Stöhr
Am 21.01.2016 um 05:56 schrieb Scott Kostyshak: Thanks for the explanation. To be honest, I learned that the last days via the Internet. So I hope I did not write wrong things. My only hesitation is that I have seen weird platform-specific things happen with .ui files. For example, this

Re: [patch] fix bug #4430

2016-01-20 Thread Scott Kostyshak
On Wed, Jan 20, 2016 at 07:32:52PM -0800, Pavel Sanda wrote: > Uwe Stöhr wrote: > > > Why are you confident that this will not cause #9084? > > > > Because that once appeared because the size of the outer layout was ignored > > AND the size of the QTextEdit was set to MinimumExpanding. Since the

Re: [patch] fix bug #4430

2016-01-20 Thread Pavel Sanda
Uwe Stöhr wrote: > > Why are you confident that this will not cause #9084? > > Because that once appeared because the size of the outer layout was ignored > AND the size of the QTextEdit was set to MinimumExpanding. Since the > minimum was/is not set MinimumExpanding and because of ignoring the

Re: [patch] fix bug #4430

2016-01-20 Thread Scott Kostyshak
On Wed, Jan 20, 2016 at 11:46:28PM +0100, Uwe Stöhr wrote: > Am 20.01.2016 um 06:07 schrieb Scott Kostyshak: > > >The fix is similar to the fix that was tried before and that caused > >#9084. > > The fix is not similar. > We have currently the following situation: > A QTextEdit and a button

Re: [patch] fix bug #4430

2016-01-20 Thread Uwe Stöhr
Am 20.01.2016 um 06:07 schrieb Scott Kostyshak: The fix is similar to the fix that was tried before and that caused #9084. The fix is not similar. We have currently the following situation: A QTextEdit and a button block is grouped in a layout. All 3 elements have currently the preferred

Re: [patch] fix bug #4430

2016-01-19 Thread Scott Kostyshak
On Wed, Jan 20, 2016 at 01:49:01AM +0100, Uwe Stöhr wrote: > The attached one liner fixes the longstanding regression bug > http://www.lyx.org/trac/ticket/4430 > > OK to go in? The fix is similar to the fix that was tried before and that caused #9084. Why are you confident that this will not