From 6a2db8748b9ab84ae1d0ae9e60589a9051f2a27a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 23 Aug 2016 10:11:19 +0800 Subject: fixes full punctuation in English mode --- src/ZYZhuyinProperties.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ZYZhuyinProperties.cc') diff --git a/src/ZYZhuyinProperties.cc b/src/ZYZhuyinProperties.cc index aeab138..4b0c469 100644 --- a/src/ZYZhuyinProperties.cc +++ b/src/ZYZhuyinProperties.cc @@ -118,8 +118,10 @@ ZhuyinProperties::toggleModeChinese (void) _("Switch to Chinese Mode")); updateProperty (m_prop_chinese); +#if 0 m_prop_full_punct.setSensitive (m_mode_chinese); updateProperty (m_prop_full_punct); +#endif } void -- cgit