Kita - 2ch client fo ..
[2ch|▼Menu]
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