No subject


Fri Jun 13 01:03:46 CEST 2008


 if( dynamic_cast<QWidget *>(parent()) ) {
        static_cast<QWidget *>(parent())->adjustSize();
        static_cast<QWidget *>(parent())->updateGeometry();
    }
    //updateGeometry();
    //adjustSize();

If you uncomment those two lines the dialog expands when it should,
but doesn't contract. Is that conditional check correct? I added some
debug statements and it's never evaluating true.

Casey

On Thu, Jun 12, 2008 at 5:27 PM, Casey Link <unnamedrambler at gmail.com> wrote:
> The organize to collection dialog has a bug.. when you click Details
> the dialog doesn't expand to accommodate the new options.
>
> To reproduce:
> Right click on a track in some collection (i did it from Magnatune)
> Select Copy to Collection-> Local Collection
> Click Details on the resulting dialog.
>
> Before Clicking Details:
> http://www.binaryelysium.com/images/amarokOrganizeDialog1.png
> After Clicking Details:
> http://www.binaryelysium.com/images/amarokOrganizeDialog2.png
> Expected Results: http://www.binaryelysium.com/images/amarokOrganizeDialog3.png
>
> Casey
>


More information about the Amarok-devel mailing list