> On 09/02/2013 12:57 PM, Tom Breton (Tehom) wrote:
>
>> would also fix the bug where I can't hide or disable m_vibratoBox and
>> presumably other group boxes, but no. When I tried that it still
>> crashed
>> (segfault, no Qt warning)
> [...]
> If you want, commit the version that crashes that does what you're
> trying to do, explain how to break it, and I'll see if I can fix it.
It's just one line. I'm loathe to put something in the repo that crashes.
It may make more sense to just give you the offending line. In
PitchBendSequenceDialog::maybeEnableVibratoFields, any of the following
lines cause a crash when the dialog comes up:
// show()/hide() on m_vibratoBox is buggy so we don't use it.
m_vibratoBox->setVisible(enable);
// show()/hide() on m_vibratoBox is buggy so we don't use it.
m_vibratoBox->setEnabled(enable);
// show()/hide() on m_vibratoBox is buggy so we don't use it.
if(!enable)
{ m_vibratoBox->hide(enable); }
Tom Breton (Tehom)
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel