プロジェクト

全般

プロフィール

致命的 #605 » 0001-destroy-release.patch

Satoshi Okuno, 2013-07-28 17:24

差分を表示:

core/mui/cairo_miracle_painter.rb
133 133

  
134 134
  # MiraclePainterの座標x, y上でポインティングデバイスのボタン1が離されたことを通知する
135 135
  def released(x=nil, y=nil)
136
    if(x == y and not x)
137
      unselect
138
    else
139
      textselector_release(*main_pos_to_index_forclick(x, y)[1..2]) end end
136
    if not destroyed?
137
      if(x == y and not x)
138
        unselect
139
      else
140
        textselector_release(*main_pos_to_index_forclick(x, y)[1..2]) end end end
140 141

  
141 142
  # 座標 ( _x_ , _y_ ) にクリックイベントを発生させる
142 143
  def clicked(x, y, event)
    (1-1/1)