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