0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-11 13:09:18 +00:00
termux-packages/x11-packages/lxqt-runner/no_mathitem.patch
Kevin Williams 58aabc67ad upgpkg(x11/lxqt-runner): 1.2.0
Signed-off-by: Kevin Williams <admin@utermux.dev>
2022-11-07 12:47:19 +08:00

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();
}
}