[Okular-devel] [okular] [Bug 335476] latex render for annotation does not display image file
Albert Astals Cid
aacid at kde.org
Fri Sep 26 23:58:33 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=335476
Albert Astals Cid <aacid at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED
Version Fixed In| |4.14.2
Latest Commit| |http://commits.kde.org/okul
| |ar/9312182085196352853d6c43
| |4ae5854e2cb6354c
--- Comment #9 from Albert Astals Cid <aacid at kde.org> ---
Git commit 9312182085196352853d6c434ae5854e2cb6354c by Albert Astals Cid.
Committed on 26/09/2014 at 23:56.
Pushed by aacid into branch 'KDE/4.14'.
Fix latex render in annotations
We need
disconnect(textEdit, SIGNAL(cursorPositionChanged()),
this,SLOT(slotsaveWindowText()));
and it's counterpart, otherwise when inserting the image, the cursor pos
changes, slotsaveWindowText is called, the content is passed by a toPlainText
and set again and kaboom the content is lost
Also a few extra const
FIXED-IN: 4.14.2
M +4 -2 ui/annotwindow.cpp
http://commits.kde.org/okular/9312182085196352853d6c434ae5854e2cb6354c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list