プロジェクト

全般

プロフィール

バグ #985 » 0001-only-Zenkaku-is-not-postable.patch

パッチ - あひる 家鴨, 2017-02-18 02:13

差分を表示:

core/mui/gtk_postbox.rb
187 187
      Gtk::TextView.new end
188 188

  
189 189
    def postable?
190
      not(widget_post.buffer.text.empty?) and (/[^\s]/ === widget_post.buffer.text) end
190
      not(widget_post.buffer.text.empty?) and (/[^\p{blank}]/ === widget_post.buffer.text) end
191 191

  
192 192
    # 新しいPostBoxを作り、そちらにフォーカスを回す
193 193
    # ==== Return
(2-2/2)