[LYN-4938] Prism: Paths in Engine settings page do not use consistent slashes (#1721)
* Corrected focus for form line edit widgets. * Consistent slash usage for folder browse edit widgets. Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
@@ -123,4 +123,14 @@ namespace O3DE::ProjectManager
|
||||
child->style()->polish(child);
|
||||
}
|
||||
}
|
||||
|
||||
void FormLineEditWidget::setText(const QString& text)
|
||||
{
|
||||
m_lineEdit->setText(text);
|
||||
}
|
||||
|
||||
void FormLineEditWidget::mousePressEvent([[maybe_unused]] QMouseEvent* event)
|
||||
{
|
||||
m_lineEdit->setFocus();
|
||||
}
|
||||
} // namespace O3DE::ProjectManager
|
||||
|
||||
Reference in New Issue
Block a user