add a check for ShapeBounding shape events
This commit is contained in:
parent
6c3aec9e09
commit
7ca4d1cf8a
1 changed files with 5 additions and 3 deletions
|
@ -922,8 +922,10 @@ void OBClient::shapeHandler(const XShapeEvent &e)
|
|||
{
|
||||
otk::OtkEventHandler::shapeHandler(e);
|
||||
|
||||
if (e.kind == ShapeBounding) {
|
||||
_shaped = e.shaped;
|
||||
frame->adjustShape();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue