lxqt / qtermwidget

The terminal widget for QTerminal
https://lxqt.github.io
GNU General Public License v2.0
485 stars 247 forks source link

Fix a typo #544

Closed yan12125 closed 2 months ago

yan12125 commented 2 months ago

This seems a copy-paste error from b1fa777750627dc746cd4fc6ef9758cc3f160ffa (part of #532). I didn't get a error, just noticed it when comparing different qt6 branches.

@doug1234 Could you check it out?

tsujan commented 2 months ago

@yan12125, yes, it was _image[i+1] before porting to Qt6. Nice catch!

doug1234 commented 2 months ago

It is a copy paste error. I agree with your change.