From c3a84add1c8ed3c879168cba4e9a84af58129da6 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Fri, 23 Nov 2018 07:01:15 +0200 Subject: Replace usage of derived LazyPlainTextEdit class with QTextEdit Remove LazyPlainTextEdit class and replace usage in PerformInstallationForm details browser to QTextEdit. This adds support for RTL text alignment as the base class of the removed class, QPlainTextEdit does not fully support RTL and automatic alignment. Text will now be automatically aligned based on the direction of the characters. This also improves the usability of the details browser, as it does not force scrolling to bottom if the user has scrolled the widget contents to inspect previous lines. Task-number: QTIFW-1994 Change-Id: If01eaea121000edc0b5039edfede88ffb7bacd6f Reviewed-by: Katja Marttila Reviewed-by: Iikka Eklund --- src/libs/installer/packagemanagergui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libs/installer/packagemanagergui.cpp') diff --git a/src/libs/installer/packagemanagergui.cpp b/src/libs/installer/packagemanagergui.cpp index 13113755e..04f7770e9 100644 --- a/src/libs/installer/packagemanagergui.cpp +++ b/src/libs/installer/packagemanagergui.cpp @@ -2797,7 +2797,6 @@ void PerformInstallationPage::installationFinished() { m_performInstallationForm->stopUpdateProgress(); if (!isAutoSwitching()) { - m_performInstallationForm->scrollDetailsToTheEnd(); m_performInstallationForm->setDetailsButtonEnabled(false); setComplete(true); -- cgit v1.2.3