diff --git a/rpcs3/rpcs3qt/debugger_frame.cpp b/rpcs3/rpcs3qt/debugger_frame.cpp index e936325012..e64de72a45 100644 --- a/rpcs3/rpcs3qt/debugger_frame.cpp +++ b/rpcs3/rpcs3qt/debugger_frame.cpp @@ -1510,7 +1510,7 @@ void debugger_frame::PerformGoToThreadRequest(const QString& text_argument) if (cpu_thread* ptr = m_threads_info[i](); ptr && ptr->id == thread_id) { // Success - m_choice_units->setCurrentIndex(i); + m_choice_units->setCurrentIndex(::narrow(i)); return; } }