diff options
author | Colomban Wendling <ban@herbesfolles.org> | 2016-04-27 16:01:17 +0200 |
---|---|---|
committer | Colomban Wendling <ban@herbesfolles.org> | 2016-04-27 16:01:17 +0200 |
commit | 035fcce011e31929a578c5da0ac27feb3f532396 (patch) | |
tree | b77a2ea81055492e0bb8cd4dd317f1973156683d /src | |
parent | 24c4ae2522e856a27192287e6f4891c1f89e7fca (diff) | |
download | scintilla-mirror-035fcce011e31929a578c5da0ac27feb3f532396.tar.gz |
GTK: Fix fetching the frame border width on GTK 3.20
GTK 3.20 introduced a sub-node named "border" to the frame, requiring
to lookup the border on that sub-node rather than on the frame itself.
Unfortunately supporting this requires to be built against GTK 3.20, as
it requires API this version introduced. This means that a build
against an older version won't be able to get the popup sizing right if
running on 3.20. To mitigate this, add reasonable fallback defaults
when running 3.20 but built on an earlier version, to try and avoid
2px-scrolling on GTK 3.20's default theme.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions