From 6217ba3214fb0284eb569ed22b5700ad2c6b5817 Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Mon, 3 Apr 2017 17:51:57 -0700 Subject: 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. --- cut-n-paste/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cut-n-paste/Makefile.am') diff --git a/cut-n-paste/Makefile.am b/cut-n-paste/Makefile.am index b53b9b9e..bd953d76 100644 --- a/cut-n-paste/Makefile.am +++ b/cut-n-paste/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = zoom-control toolbar-editor totem-screensaver smclient gimpcellrenderertoggle synctex +SUBDIRS = zoom-control toolbar-editor totem-screensaver smclient synctex -include $(top_srcdir)/git.mk -- cgit v1.2.1