Project

General

Profile

Emulator Issues #11026 ยป io_window-move_cursor_at_end.patch

mazes_80, 04/25/2018 11:36 PM

View differences:

Source/Core/DolphinQt2/Config/Mapping/IOWindow.cpp
void IOWindow::Update()
{
m_expression_text->setPlainText(QString::fromStdString(m_reference->GetExpression()));
m_expression_text->moveCursor(QTextCursor::End, QTextCursor::MoveAnchor);
m_range_spinbox->setValue(m_reference->range * SLIDER_TICK_COUNT);
m_range_slider->setValue(m_reference->range * SLIDER_TICK_COUNT);
    (1-1/1)