do not create window pixmap for Deleted windows
related black window issues BUG: 325939 FIXED-IN: 4.11.3
This commit is contained in:
parent
92a4cdd9e7
commit
a3cbe50e12
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ WindowPixmap::~WindowPixmap()
|
||||||
|
|
||||||
void WindowPixmap::create()
|
void WindowPixmap::create()
|
||||||
{
|
{
|
||||||
if (isValid()) {
|
if (isValid() || toplevel()->isDeleted()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
XServerGrabber grabber();
|
XServerGrabber grabber();
|
||||||
|
|
Loading…
Reference in a new issue