diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-11 20:22:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-11 20:22:51 +0200 |
| commit | 6bbf7dee3e8ebfad87035aa032e71e06f7a4acb8 (patch) | |
| tree | c963774deee18830cc3279284b2545733eb00a03 /src/wx/custom_scale_dialog.h | |
| parent | cfe623e43c6f6d8624f06c2115419aedd2c85992 (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.h | 12 |
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; |
