diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-27 23:04:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-27 23:04:09 +0900 |
| commit | 06d6a300dc8da750340868eabe99c285145eca21 (patch) | |
| tree | 69af9e2d0e1ec6e65d5632694a1304df94e43db1 /src/widgets/tqlistbox.cpp | |
| parent | 50326e196a9245af21604da7dc3a36eea52784ed (diff) | |
| download | tqt-06d6a300dc8da750340868eabe99c285145eca21.tar.gz tqt-06d6a300dc8da750340868eabe99c285145eca21.zip | |
Fix FTBFS caused by typo in previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/tqlistbox.cpp')
| -rw-r--r-- | src/widgets/tqlistbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/tqlistbox.cpp b/src/widgets/tqlistbox.cpp index a16f55007..e32fd57f1 100644 --- a/src/widgets/tqlistbox.cpp +++ b/src/widgets/tqlistbox.cpp @@ -2033,7 +2033,7 @@ void TQListBox::mousePressEventEx( TQMouseEvent *e ) && !( e->state() & ControlButton ) ) clearSelection(); - d->select = d->selectionMode != Multi || ( i && !i->isSelected()) + d->select = d->selectionMode != Multi || ( i && !i->isSelected()); d->pressedSelected = i && i->s; if ( i ) |
