Procházet zdrojové kódy

Quest Log: move slider to start when blocked

Partially fixes problem mentioned in issue 2093
ArseniyShestakov před 10 roky
rodič
revize
536015f1c2
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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)