]> git.lyx.org Git - lyx.git/commit
Remove setBuffer call in Cursor::push.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 1 Jun 2024 16:06:13 +0000 (12:06 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 1 Jun 2024 16:06:39 +0000 (12:06 -0400)
commit66cfc6af3c764b6923aae6c134c43c2155317c6a
tree8bcfec788fd481be0e7c431e39ff0f72877ba9c5
parent61181a39778ed5bcd7849ab388c402ab3f88d5cd
Remove setBuffer call in Cursor::push.

This is potentially slow. It also should be unnecessary after
some of JMarc's recent commits. See bug #13050.
src/Cursor.cpp