summaryrefslogtreecommitdiff
path: root/src/wx/dir_picker_ctrl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-12 19:39:30 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-12 19:39:30 +0100
commit063e5c06999f1952c06ea4c44c0c2470db164005 (patch)
treeecf63a555f24aa6d693cb0aa6749c78eebfa2268 /src/wx/dir_picker_ctrl.h
parent62683769d4e3b081205d04dc06afecbc0828b4d4 (diff)
Make file and dir picker look more consistent with each other.
Diffstat (limited to 'src/wx/dir_picker_ctrl.h')
-rw-r--r--src/wx/dir_picker_ctrl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/dir_picker_ctrl.h b/src/wx/dir_picker_ctrl.h
index 31df9518c..f28623a7c 100644
--- a/src/wx/dir_picker_ctrl.h
+++ b/src/wx/dir_picker_ctrl.h
@@ -30,6 +30,9 @@ LIBDCP_ENABLE_WARNINGS
#include <boost/signals2.hpp>
+class Button;
+
+
class DirPickerCtrl : public wxPanel
{
public:
@@ -43,8 +46,7 @@ public:
private:
void browse_clicked ();
- wxStaticText* _folder;
- wxButton* _browse;
+ Button* _folder;
wxString _path;
wxSizer* _sizer;
bool _leaf = false;