[PATCH] uiserver doesn't show progress dialog when resuming download

Waldo Bastian bastian at kde.org
Tue Nov 26 15:36:43 GMT 2002


Seems to be some unfortunate sequence of events because
	m_defaultProgressVisible = defaultProgress && defaultProgress->isVisible();
resulted in false due to defaultProgress->isVisible(); being false at the time 
ProgressItem::setVisible(false) was called.

The later ProgressItem::setVisible(true) call does not have the desired effect 
later on then.

Not sure if updateVisibility(); should be delayed a bit with the timer, 
because you now get some ugly flicker when you select Cancel in the resume 
dialog.

Cheers,
Waldo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uiserver.diff
Type: text/x-diff
Size: 2446 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20021126/6fce0d7a/attachment.diff>


More information about the kfm-devel mailing list