summaryrefslogtreecommitdiff
path: root/src/wx/content_sub_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-19 00:01:16 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-19 00:01:16 +0000
commit6727f7e47db1ad7b0a21f2047e8ed3b4e1968b2a (patch)
treeb2fff4856a7cb538b29f7deb9d38b9aeac8578b5 /src/wx/content_sub_panel.h
parent1c3794115618500ef245c11483b22590886d4b0b (diff)
Vertically-scroll content panels if required.
Diffstat (limited to 'src/wx/content_sub_panel.h')
-rw-r--r--src/wx/content_sub_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h
index 540ccb240..44d5ee1a5 100644
--- a/src/wx/content_sub_panel.h
+++ b/src/wx/content_sub_panel.h
@@ -29,7 +29,7 @@ class ContentPanel;
class Content;
class DCPContent;
-class ContentSubPanel : public wxPanel
+class ContentSubPanel : public wxScrolledWindow
{
public:
ContentSubPanel (ContentPanel *, wxString);