wmww / gtk-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol
GNU General Public License v3.0
313 stars 15 forks source link

Fix popup dead zone #161

Closed wmww closed 1 year ago

wmww commented 1 year ago

Hard problem, easy fix

Fixes #141, fixes #160

By opening this pull request, I agree for my modifications to be licensed under whatever licenses are indicated at the start of the files I modified

spl237 commented 1 year ago

Brilliant - many thanks! I'll try it tomorrow and report back.

spl237 commented 1 year ago

This change does fix the focus dead zone problem.

However, it also causes GTK tooltips to appear at the top left corner of the screen rather than associated with the relevant widget - see attached screenshot; this is a tooltip which should be associated with the network plugin at top right. 20230502_07h54m55s_grim

This one change causes this - removing it restores tooltips to the correct position.