Project

General

Profile

Actions

バグ #437

closed

Gtk::PostBoxの閉じるボタンがキーボード操作だと反応しない

Added by Takuma Nakajima almost 12 years ago. Updated over 11 years ago.

Status:
終了
Priority:
通常
Target version:
プラグイン名:
ブランチ:
クラッシュする:

Description

投稿ボックスの左側の閉じるボタンがクリックじゃないと反応しない
1行修正しました

--- core/mui/gtk_postbox.rb.org 2012-02-29 11:33:51.421695468 0900
++ core/mui/gtk_postbox.rb.new 2012-03-04 10:53:28.729735995 0900
@ -104,7 +104,7 @
@tool.ssc('event'){
@tool.sensitive = destructible? || posting?
false }
- @tool.ssc('button_release_event'){
@tool.ssc('clicked'){
if posting?
@posting.cancel
@tool.sensitive = destructible? || posting?

Actions

Also available in: Atom PDF