visualfc / liteide

LiteIDE is a simple, open source, cross-platform Go IDE.
GNU Lesser General Public License v2.1
7.6k stars 972 forks source link

"Bookmarks", Line numbers are mixed with bookmarks description #1284

Open vladimirfilin opened 1 year ago

vladimirfilin commented 1 year ago

Thank you so much for the GREAT app!

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

liteidex38.3-win64-qt5.15.2

What version of Go are you using (go version)?

go1.16 windows/amd64

What operating system and processor architecture are you using(go env)?

GOHOSTARCH=amd64 GOHOSTOS=windows

(Win10)

What did you do?

Creating a new bookmark, viewing existing bookmarks.

What did you expect to see?

Line numbers and bookmarks description without overlapping in the "Bookmarks" menu.

What did you see instead?

Line numbers are mixed with bookmarks description. This bug appeared after the release 38.0 after moving line numbers to the left.

Screenshot_1 Screenshot_2