mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Compilation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16455 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f1d90e17d8
commit
c87fa1927b
@ -87,9 +87,12 @@ private:
|
|||||||
/// sets row.width to the minimum space a row needs on the screen in pixel
|
/// sets row.width to the minimum space a row needs on the screen in pixel
|
||||||
void setRowWidth(int right_margin, pit_type const pit, Row & row) const;
|
void setRowWidth(int right_margin, pit_type const pit, Row & row) const;
|
||||||
|
|
||||||
|
// Temporary public:
|
||||||
|
public:
|
||||||
/// Calculate and set the height of the row
|
/// Calculate and set the height of the row
|
||||||
void setHeightOfRow(pit_type, Row & row);
|
void setHeightOfRow(pit_type, Row & row);
|
||||||
|
|
||||||
|
private:
|
||||||
/// returns the column near the specified x-coordinate of the row.
|
/// returns the column near the specified x-coordinate of the row.
|
||||||
/// x is an absolute screen coord, it is set to the real beginning
|
/// x is an absolute screen coord, it is set to the real beginning
|
||||||
/// of this column.
|
/// of this column.
|
||||||
|
Loading…
Reference in New Issue
Block a user