summaryrefslogtreecommitdiffstats
path: root/src/ui/previewholder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/previewholder.cpp')
-rw-r--r--src/ui/previewholder.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/previewholder.cpp b/src/ui/previewholder.cpp
index 33ac6f062..1e15d054d 100644
--- a/src/ui/previewholder.cpp
+++ b/src/ui/previewholder.cpp
@@ -56,11 +56,9 @@ PreviewHolder::PreviewHolder() :
_scroller->set_vexpand();
_scroller->add( *_insides );
-#if GTK_CHECK_VERSION(3,16,0)
// Disable overlay scrolling as the scrollbar covers up swatches.
// For some reason this also makes the height 55px.
_scroller->set_overlay_scrolling(false);
-#endif
add(*_scroller);
}