Przeglądaj źródła

Quest Log: move slider to start when blocked

Partially fixes problem mentioned in issue 2093
ArseniyShestakov 10 lat temu
rodzic
commit
536015f1c2
1 zmienionych plików z 3 dodań i 0 usunięć
  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)