mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Fixed GetCursorPos parameters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@829 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
87207b1939
commit
64d9f30605
@ -749,7 +749,7 @@ void InsetTabular::calculate_width_of_cells(BufferView * bv,
|
||||
}
|
||||
|
||||
|
||||
void InsetTabular::GetCursorPos(int & x, int & y) const
|
||||
void InsetTabular::GetCursorPos(BufferView *, int & x, int & y) const
|
||||
{
|
||||
x = cursor.x() - top_x;
|
||||
y = cursor.y();
|
||||
|
@ -132,7 +132,7 @@ public:
|
||||
///
|
||||
Inset::Code LyxCode() const { return Inset::TABULAR_CODE; }
|
||||
///
|
||||
void GetCursorPos(int & x, int & y) const;
|
||||
void GetCursorPos(BufferView *, int & x, int & y) const;
|
||||
///
|
||||
void ToggleInsetCursor(BufferView *);
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user