GTK: Get border for the exact current style's state on GTK 3
commitba58a391c73024a9b40c638757352e171dd53333
authorColomban Wendling <ban@herbesfolles.org>
Wed, 27 Apr 2016 14:01:17 +0000 (27 16:01 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 2 May 2016 13:19:26 +0000 (2 15:19 +0200)
tree15d664505c33fd8e00ce7d15b05ca300c8586bb2
parentabf0365e43156be12cc0a03b0a5fb6325039b6f0
GTK: Get border for the exact current style's state on GTK 3

GTK 3.20 doesn't seem to like it so much when looking up details of a
non-exact current style context state, so use the current one.

This is GTK being really picky as in this case we are just missing the
`DIR_LTR` flag, which we definitely don't care about, but let's make it
happy.

X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1825/
X-Scintilla-Commit-ID: 9fc624da4a3d935633c45fb56d0e9a77ef9b5af1
scintilla/gtk/PlatGTK.cxx