[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: |
Robert Pluim |
Subject: |
Re: The rabbit hole that is HiDPI... (empty menus / bug#31223 et al) |
Date: |
Wed, 27 Nov 2019 16:12:53 +0100 |
>>>>> On Wed, 27 Nov 2019 14:41:35 +0100, Tobias Bading <address@hidden> said:
Tobias> The menu bar problems are looking good so far.
Tobias> A "req.height *= xg_get_scale (f)" was missing in menubar_map_cb()
and
Tobias> xg_update_frame_menubar(), right after calling
Tobias> gtk_widget_get_preferred_size() for the menu bar widget. Plus scale
Tobias> handling in xg_event_is_for_menubar() et voilà.
Curious that this wasn't needed before. Has something changed in GTK?
>> Thatʼs pretty recent, so your gtk version is greater than 3.22, right?
Tobias> Yes, 3.24.12.
And I have the same version, but have no problems with menus. Even
curiouser.
Robert