diff options
author | JosephMcc <[email protected]> | 2017-04-03 17:51:57 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-12 19:48:34 +0200 |
commit | 6217ba3214fb0284eb569ed22b5700ad2c6b5817 (patch) | |
tree | a3235c6332fdc0f9a90233030389ffd5a34ec40b /configure.ac | |
parent | 94c2d848c4c71e600d92cc7f0a2b9e75ddf0feab (diff) | |
download | atril-6217ba3214fb0284eb569ed22b5700ad2c6b5817.tar.bz2 atril-6217ba3214fb0284eb569ed22b5700ad2c6b5817.tar.xz |
shell: Ditch gimpcellrenderertoggle
This is full of deprecated code and wasn't displaying properly. Replace it with
a gtk_cell_renderer_toggle_new() which uses a standard themed checkbox widget
and should display properly in HiDPI.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index de5d68f9..b0d22d03 100644 --- a/configure.ac +++ b/configure.ac @@ -672,7 +672,6 @@ backend/ps/Makefile backend/tiff/Makefile backend/xps/Makefile cut-n-paste/Makefile -cut-n-paste/gimpcellrenderertoggle/Makefile cut-n-paste/smclient/Makefile cut-n-paste/toolbar-editor/Makefile cut-n-paste/zoom-control/Makefile |