Explorar el Código

Quest Log: move slider to start when blocked

Partially fixes problem mentioned in issue 2093
ArseniyShestakov hace 10 años
padre
commit
536015f1c2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      client/windows/CQuestLog.cpp

+ 3 - 0
client/windows/CQuestLog.cpp

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