summaryrefslogtreecommitdiffstats
path: root/starmath/inc/cursor.hxx
diff options
context:
space:
mode:
authorLuke Dixon <6b8b4567@gmail.com>2010-11-16 23:37:09 +0000
committerJonas Finnemann Jensen <jopsen@gmail.com>2010-11-17 22:21:52 +0100
commit82018908adb34a02f05e76aef8e4fbbb77762288 (patch)
treeaef7c292eb21b2ccf4345bb74bc964221243d704 /starmath/inc/cursor.hxx
parentremove archaic SGI header guards (diff)
downloadcore-82018908adb34a02f05e76aef8e4fbbb77762288.tar.gz
core-82018908adb34a02f05e76aef8e4fbbb77762288.zip
Draw a visible line under the current line in the visual formula editor.
Diffstat (limited to 'starmath/inc/cursor.hxx')
-rw-r--r--starmath/inc/cursor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index 7c4fa851fd2f..139d5c4c9dfc 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -226,7 +226,7 @@ public:
static SmNode* FindTopMostNodeInLine(SmNode* pSNode, bool MoveUpIfSelected = false);
/** Draw the caret */
- void Draw(OutputDevice& pDev, Point Offset);
+ void Draw(OutputDevice& pDev, Point Offset, bool isCaretVisible);
private:
friend class SmDocShell;