Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Code editor tabs problem #1496

Closed
d954mas opened this issue Dec 20, 2017 · 1 comment
Closed

Code editor tabs problem #1496

d954mas opened this issue Dec 20, 2017 · 1 comment

Comments

@d954mas
Copy link

d954mas commented Dec 20, 2017

Expected behaviour

Tabs showing in editor

Actual behaviour

only first tab showin in editor

Steps to reproduce


function M.clear()
	for y=1, M.height do
		for x=1, M.width do
			M.nodes[y][x] = COLORS.BLACK
		end	
	end
end

2017-12-20_14-46-15

Build time2017-12-20T11:39:04.310057
Defold channeleditor-alpha
Defold editor sha0b3e73e0639c96a463dffb9e9d25cd257de12016
Defold engine sha0faa10db6bb28907d67358ad5810f3962437f3fd
Defold version1.2.118
GPUIntel(R) HD Graphics 520
GPU Driver4.4.0 - Build 20.19.15.4326
Java version1.8.0_102-b14
OS archamd64
OS nameWindows 10
OS version10.0
@ragnard-king
Copy link
Contributor

Fix has been merged, coming in next update shortly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants