Kita - 2ch client fo ..
661:421
04/04/16 23:13 tfS6M1Fb
まあパッチって程ではないんですが、 kitathreadtabwidget.cppの50行目あたり
void KitaThreadTabWidget::showThread( const Kita::Thread* thread )
{
KitaThreadView * view = findView( thread->url() );
if ( view ) {
setCurrentPage( indexOf( view ) );
view->showThread( thread );
} else {
の view->showThread( thread );を
void KitaThreadTabWidget::showThread( const Kita::Thread* thread )
{
KitaThreadView * view = findView( thread->url() );
if ( view ) {
setCurrentPage( indexOf( view ) );
// view->showThread( thread );
view->slotReloadButton();
} else {
に直すとちょっと幸せになれるかも・・・。
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5392日前に更新/417 KB
担当:undef