mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
IOWindow: append new text at the end by default
This fixes https://dolp.in/i11026.
This commit is contained in:
parent
e630218587
commit
eae36399dc
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ void IOWindow::CreateMainLayout()
|
|||
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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue