mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
XWindowSystem: Update frame extents as soon as they change
This commit is contained in:
parent
4ca923a34b
commit
496e454e9c
1 changed files with 3 additions and 0 deletions
|
|
@ -3668,6 +3668,9 @@ void XWindowSystem::propertyNotifyEvent (LinuxComponentPeer* peer, const XProper
|
|||
|
||||
if (isStateChangeEvent() || isHidden())
|
||||
dismissBlockingModals (peer);
|
||||
|
||||
if (event.atom == XWindowSystemUtilities::Atoms::getIfExists (display, "_NET_FRAME_EXTENTS"))
|
||||
peer->updateBorderSize();
|
||||
}
|
||||
|
||||
void XWindowSystem::handleMappingNotify (XMappingEvent& mappingEvent) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue