diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-05 00:21:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-05 00:21:42 +0000 |
| commit | cad7088414d36f6cdcc6f52eef192f78d92f3e07 (patch) | |
| tree | 50b9dc18ebc1bf7ec04dbd0f562b8679dac7f992 /src/wx/self_dkdm_dialog.h | |
| parent | 918124fb0b2fdf05bf98aee2c74c85387f1d8638 (diff) | |
Fix KDM target buttons for DKDMs too (#1137).
Diffstat (limited to 'src/wx/self_dkdm_dialog.h')
| -rw-r--r-- | src/wx/self_dkdm_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/self_dkdm_dialog.h b/src/wx/self_dkdm_dialog.h index ca25a775d..509280b5c 100644 --- a/src/wx/self_dkdm_dialog.h +++ b/src/wx/self_dkdm_dialog.h @@ -42,6 +42,7 @@ public: private: void setup_sensitivity (); + void dkdm_write_type_changed (); KDMCPLPanel* _cpl; wxRadioButton* _internal; |
