[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users 00756] nesting-bug with multiple tabs in 1.09a



Hello all,

I think I've come across a nesting bug in mgp 1.09a.

It's introduced as follows:
====
test
	test 1
		test B

test2
	this one is fine
====

Now 'test2' is shown with the same font/size as 'test B' (should be same
as 'test').

The tab definitions in the example are from default.mgp in sample dir.

HTH, please Cc:.

-- 
Pekka Savola                 "Tell me of difficulties surmounted,
Netcore Oy                   not those you stumble over and fall"
Systems. Networks. Security.  -- Robert Jordan: A Crown of Swords
%tab 1 size 5, vgap 40, prefix "  ", icon box "green" 50
%tab 2 size 4, vgap 40, prefix "      ", icon arc "red" 50
%tab 3 size 3, vgap 40, prefix "            ", icon delta3 "white" 40
%page

test

test
	test 1
		test B

test2 is the same font as 'test B' though it should be as 'test'.
	this one is fine