mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
58aabc67ad
Signed-off-by: Kevin Williams <admin@utermux.dev>
17 lines
491 B
Diff
17 lines
491 B
Diff
diff -uNr lxqt-runner-1.2.0/dialog.cpp lxqt-runner-1.2.0.mod/dialog.cpp
|
|
--- lxqt-runner-1.2.0/dialog.cpp 2022-11-05 16:33:14.000000000 +0800
|
|
+++ lxqt-runner-1.2.0.mod/dialog.cpp 2022-11-06 17:22:18.897744844 +0800
|
|
@@ -534,11 +534,7 @@
|
|
if (res)
|
|
{
|
|
hide();
|
|
- if (mClearOnRunning
|
|
- && !qobject_cast<const MathItem*>(command)) // don't clear math results
|
|
- {
|
|
- ui->commandEd->clear();
|
|
- }
|
|
+ ui->commandEd->clear();
|
|
}
|
|
|
|
}
|