dont move frame if not frame exists while mapping

This commit is contained in:
Dana Jansens 2003-01-07 07:05:39 +00:00
parent a132968424
commit 13f1f39f01

View file

@ -997,6 +997,7 @@ void OBClient::move(int x, int y)
_area.setPos(x, y);
// move the frame to be in the requested position
if (frame) // this can be called while mapping, before frame exists
frame->adjustPosition();
}