[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The rabbit hole that is HiDPI... (empty menus / bug#31223 et al)
From: |
Tobias Bading |
Subject: |
Re: The rabbit hole that is HiDPI... (empty menus / bug#31223 et al) |
Date: |
Wed, 27 Nov 2019 14:41:35 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.2 |
The menu bar problems are looking good so far.
A "req.height *= xg_get_scale (f)" was missing in menubar_map_cb() and
xg_update_frame_menubar(), right after calling
gtk_widget_get_preferred_size() for the menu bar widget. Plus scale
handling in xg_event_is_for_menubar() et voilà.
I have a look at the incorrect workarea top next. Thanks for you hint.
> Thatʼs pretty recent, so your gtk version is greater than 3.22, right?
Yes, 3.24.12.
Tobias