On Mon, Jun 30, 2008 at 6:34 PM, Darren Dale <[EMAIL PROTECTED]> wrote:
> I *think* I found a simple fix: use the Text._x and ._y directly in draw,
> rather than get_position which refers to the text position in Text and the
> Dash position in TextWith Dash (thank you for pointing this out, John).
Darren Dale wrote:
>
> On Monday 30 June 2008 10:40:27 Darren Dale wrote:
>> On Monday 30 June 2008 09:06:59 am John Hunter wrote:
>>> On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]>
> wrote:
Hate to say "me too", but I don't really understand text with dash
eith
On Monday 30 June 2008 10:40:27 Darren Dale wrote:
> On Monday 30 June 2008 09:06:59 am John Hunter wrote:
> > On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]>
wrote:
> > > Hate to say "me too", but I don't really understand text with dash
> > > either... I'll have a look
On Monday 30 June 2008 09:06:59 am John Hunter wrote:
> On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> > Hate to say "me too", but I don't really understand text with dash
> > either... I'll have a look when I have adequate time to devote to it,
> > if no one else
On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> Hate to say "me too", but I don't really understand text with dash
> either... I'll have a look when I have adequate time to devote to it,
> if no one else volunteers.
Daishi,
I don't know if this is still the right
Hate to say "me too", but I don't really understand text with dash
either... I'll have a look when I have adequate time to devote to it,
if no one else volunteers.
Cheers,
Mike
Manuel Metz wrote:
> John Hunter wrote:
>
>> Manuel and Michael worked on fixing a bug with TextWithDash, but this
John Hunter wrote:
> Manuel and Michael worked on fixing a bug with TextWithDash, but this
> introduced a bug will all tick labels so I reverted the changes. The
> problem is that the text layout code in Text (eg draw,
> get_window_extent) is using "get_position" which in TextWithDash is
> the das
Manuel and Michael worked on fixing a bug with TextWithDash, but this
introduced a bug will all tick labels so I reverted the changes. The
problem is that the text layout code in Text (eg draw,
get_window_extent) is using "get_position" which in TextWithDash is
the dash position, according to the