プロジェクト

全般

プロフィール

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

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

差分を表示:

core/mui/gtk_postbox.rb
Gtk::TextView.new end
def postable?
not(widget_post.buffer.text.empty?) and (/[^\s]/ === widget_post.buffer.text) end
not(widget_post.buffer.text.empty?) and (/[^\p{blank}]/ === widget_post.buffer.text) end
# 新しいPostBoxを作り、そちらにフォーカスを回す
# ==== Return
(2-2/2)