B00merang-Project / Windows-10

Windows 10 Light theme for Linux (GTK)
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
812 stars 113 forks source link

Gtk::Switch in popup over display expand container #176

Closed jabiertxof closed 1 year ago

jabiertxof commented 4 years ago

Hi in a proyect I have get issues with GTKSwitch when is inside a popup the container widget become larger than the screen and make inusable the app. If I run the app with adwaita theme works perfect. It fire this errors.

_cairo_win32_scaled_font_ucs4_to_index:GetGlyphIndicesW: La operaci?n se complet? correctamente.
_cairo_win32_scaled_font_ucs4_to_index:GetGlyphIndicesW: La operaci?n se complet? correctamente.
_cairo_win32_scaled_font_ucs4_to_index:GetGlyphIndicesW: La operaci?n se complet? correctamente.
_cairo_win32_scaled_font_ucs4_to_index:GetGlyphIndicesW: La operaci?n se complet? correctamente.
_cairo_win32_scaled_font_ucs4_to_index:GetGlyphIndicesW: La operaci?n se complet? correctamente.
_cairo_win32_scaled_font_ucs4_to_index:GetGlyphIndicesW: La operaci?n se complet? correctamente.
_cairo_win32_scaled_font_ucs4_to_index:GetGlyphIndicesW: La operaci?n se complet? correctamente.

(python3.exe:964): Pango-CRITICAL **: 15:13:35.046: pango_layout_get_pixel_extents: assertion 'PANGO_IS_LAYOUT (layout)' failed

(python3.exe:964): Pango-CRITICAL **: 15:13:35.053: pango_layout_get_pixel_extents: assertion 'PANGO_IS_LAYOUT (layout)' failed

(python3.exe:964): Pango-CRITICAL **: 15:13:35.053: pango_layout_get_pixel_extents: assertion 'PANGO_IS_LAYOUT (layout)' failed

(python3.exe:964): Pango-CRITICAL **: 15:13:35.064: pango_layout_get_pixel_extents: assertion 'PANGO_IS_LAYOUT (layout)' failed```

Thanks in advance for any help!