summaryrefslogtreecommitdiff
path: root/src/wx/custom_scale_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-11 20:22:51 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-11 20:22:51 +0200
commit6bbf7dee3e8ebfad87035aa032e71e06f7a4acb8 (patch)
treec963774deee18830cc3279284b2545733eb00a03 /src/wx/custom_scale_dialog.h
parentcfe623e43c6f6d8624f06c2115419aedd2c85992 (diff)
White space: custom_scale_dialog.{cc,h}
Diffstat (limited to 'src/wx/custom_scale_dialog.h')
-rw-r--r--src/wx/custom_scale_dialog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/custom_scale_dialog.h b/src/wx/custom_scale_dialog.h
index d8cecad23..dc9406199 100644
--- a/src/wx/custom_scale_dialog.h
+++ b/src/wx/custom_scale_dialog.h
@@ -31,15 +31,15 @@ LIBDCP_ENABLE_WARNINGS
class CustomScaleDialog : public TableDialog
{
public:
- CustomScaleDialog (wxWindow* parent, dcp::Size initial, dcp::Size film_container, boost::optional<float> custom_ratio, boost::optional<dcp::Size> custom_size);
+ CustomScaleDialog(wxWindow* parent, dcp::Size initial, dcp::Size film_container, boost::optional<float> custom_ratio, boost::optional<dcp::Size> custom_size);
- boost::optional<float> custom_ratio () const;
- boost::optional<dcp::Size> custom_size () const;
+ boost::optional<float> custom_ratio() const;
+ boost::optional<dcp::Size> custom_size() const;
private:
- void update_size_from_ratio ();
- void update_ratio_from_size ();
- void setup_sensitivity ();
+ void update_size_from_ratio();
+ void update_ratio_from_size();
+ void setup_sensitivity();
wxRadioButton* _ratio_to_fit;
wxTextCtrl* _ratio;