瀏覽代碼

Quest Log: move slider to start when blocked

Partially fixes problem mentioned in issue 2093
ArseniyShestakov 10 年之前
父節點
當前提交
536015f1c2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      client/windows/CQuestLog.cpp

+ 3 - 0
client/windows/CQuestLog.cpp

@@ -202,7 +202,10 @@ void CQuestLog::recreateLabelList()
 		slider->moveToMax();
 	}
 	else
+	{
 		slider->block(true);
+		slider->moveToMin();
+	}
 }
 
 void CQuestLog::showAll(SDL_Surface * to)