バグ #1514 » 0001-core-mui-gtk_userlist.rb-expose_event-refs-1514.patch
core/mui/gtk_userlist.rb | ||
---|---|---|
28 | 28 |
scrollbar = ::Gtk::VScrollbar.new(@listview.vadjustment) |
29 | 29 |
add Gtk::Box.new(:horizontal, 0).add(@listview).closeup(scrollbar) |
30 | 30 |
@listview.ssc(:row_activated, &self.class.row_activated) |
31 |
@listview.ssc(:expose_event){
|
|
31 |
@listview.ssc(:draw){
|
|
32 | 32 |
emit_expose_user |
33 | 33 |
false |
34 | 34 |
} |