バグ #1408 » mikutter-1408.diff
core/plugin/mastodon/mastodon.rb | ||
---|---|---|
211 | 211 |
scrolledwindow.add_with_viewport(container) |
212 | 212 |
scrolledwindow.style = container.style |
213 | 213 |
wrapper = Gtk::EventBox.new |
214 |
wrapper.no_show_all = true |
|
215 |
wrapper.show |
|
214 | 216 |
nativewidget wrapper.add(scrolledwindow) |
217 |
wrapper.ssc(:expose_event) do |
|
218 |
wrapper.no_show_all = false |
|
219 |
wrapper.show_all |
|
220 |
false |
|
221 |
end |
|
215 | 222 |
end |
216 | 223 | |
217 | 224 |
deffragment(Plugin::Mastodon::Account, :user_timeline, _('ユーザタイムライン')) do |user| |