• Colomban Wendling's avatar
    GTK: Fix runtime completion popup warning · 67b464a5
    Colomban Wendling yazdı
    GtkScrolledWindow in GTK 3.16 might have a minimum and natural height
    of 0 if GTK_OVERLAY_SCROLLING is enabled (which is the default), so we
    need to fix our overridden minimal height to never be greater than the
    natural height.
    
    Do that by only changing the minimal height if it is greater than what
    we want.
    
    I don't know why we didn't use to set 0 here, but it might be that a
    height of 0 caused problems on older GTK versions, so keep 1 to be sure.
    
    X-Scintilla-Commit-ID: e9f9c964236a6b740f75d09a8b0ac76e5d6dd09f
    67b464a5
Adı
Son kayıt (commit)
Son güncelleme
..
gtk Loading commit data...
include Loading commit data...
lexers Loading commit data...
lexlib Loading commit data...
src Loading commit data...
License.txt Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
scintilla_changes.patch Loading commit data...
version.txt Loading commit data...