Mercurial > hg > octave-thorsten
diff src/graphics.h.in @ 12496:245b5efb07c2
fix axes position synchronization for long text objects
author | Konstantinos Poulios <logari81@gmail.com> |
---|---|
date | Thu, 03 Mar 2011 14:04:19 +0100 (2011-03-03) |
parents | 2f83974d5a6d |
children | 2c66314447f1 |
line wrap: on
line diff
--- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -3077,7 +3077,7 @@ const scaler& get_z_scaler (void) const { return sz; } Matrix get_boundingbox (bool internal = false) const; - Matrix get_extent (bool with_text = false) const; + Matrix get_extent (bool with_text = false, bool only_text_height=false) const; void update_boundingbox (void) {