X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fcontent_sub_panel.cc;h=bdb365158c7e743e51506792ca4d2e7b078d5f9f;hb=7851658223286410d5afb1e32bc44b4012ec5f55;hp=5cdd2e5c3c6a25e285167ce6b3cfe21223a51f07;hpb=39e2134910fc916a45ebddf121664afcbd76cc19;p=dcpomatic.git diff --git a/src/wx/content_sub_panel.cc b/src/wx/content_sub_panel.cc index 5cdd2e5c3..bdb365158 100644 --- a/src/wx/content_sub_panel.cc +++ b/src/wx/content_sub_panel.cc @@ -74,7 +74,7 @@ ContentSubPanel::setup_refer_button (wxCheckBox* button, wxStaticText* note, sha note->SetLabel (s); note->Wrap (400); - if (s.IsEmpty ()) { + if (s.IsEmpty() || Config::instance()->interface_complexity() == Config::INTERFACE_SIMPLE) { note->Hide (); } else { note->Show ();