xfwm4 bug

Olivier fourdan at xfce.org
Wed Jun 30 23:44:28 CEST 2004


Jean,

Can you retry with an updated xfwm4?

Thanks in advance,
Olivier.

On Wed, 2004-06-30 at 18:07, Jens Luedicke wrote:
> Hi ...
> 
> I have a QProgressDialog that is set to autoclose on reset.
> 
> when the dialog is only needed for a very short period,
> xfwm4 removes the dialog's frame and the dialog stays on
> top.
> 
> I use the following code to create the dialog:
> 
> Tools::Tools() : QObject(0,0) {
> 	dialog = new QProgressDialog();
> 	dialog->setAutoClose(true);
>   	dialog->setModal(true);
> 	dialog->setCaption("Progress Dialog");
> 	dialog->setCancelButtonText("Cancel");
> 
> 	// ...
> }
> 
> Tools::~Tools() {
> 	qWarning("reset dialog");
> 	dialog->reset();
> }
> 
> screenshot:
> 
> http://public.fh-wolfenbuettel.de/~luedickj/dialog.png
> 
> jens
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://lunar-linux.org/mailman/listinfo/xfce4-dev
-- 
 - Olivier Fourdan - fourdan at xfce.org - http://www.xfce.org - 




More information about the Xfce4-dev mailing list