On 03/04/2014 10:53 PM, Daren Beattie wrote: > Sorry about the late notice, but I'm seeing what looks like a regression > in the Rosegarden trunk. It's easy to reproduce--start a new > composition, draw a segment of any length, and try to open it in the > notation editor using any of the three available methods (double-click,
Works fine for me too. > toolbar button, or menu). Rosegarden will promptly abort. If it was run > from the console, you'll see this message in the last line of output: > "QWidget::setMinimumSize: (/Rosegarden::HeadersGroup) Negative sizes > (-1,0) are not possible". But... It seems like the kind of thing that could easily be a bug where bad values are allowed to creep into your stored user setting stuff through some subtle process. It's probably more trouble than it's worth to try to cure the creep, but we could probably do with sanity checking on stuff like that, to make sure the parameters passed to setMinimumSize() are reasonable. We only have a scant handful of places where variables are passed to setMinimumSize anyway, so a little quick policing would be very easy and sensible to implement. Not just now, however. -- D. Michael McIntyre ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
