-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken docks on master #28
Comments
It looks like the BeginDock function isn't properly returning a boolean. when I use a local
I get the error that i cannot concatenate a nil value 'a' which shouldn't happen given that the function should return a bool. |
I have the same problem, was going crazy here. Couldn't figure out why the error happens. |
Same here. |
Hi, ive fixed this dock issue in my fork |
Now the only issues are:
|
Hello, I wanted to make a prototype on Love 11.1 and it seems that docks are broken on the master branch. When using docks, nothing in them are visible. No text, button, image... I tested it both on windows and linux versions and nothing changed. One can see barely some garbage one frame or two after clicking on a dock's tab to bring focus on it, but nothing more.
The example code looks like this (don't take account of the deprecation warnings, they're caused by an old loverocks install)
![image](https://user-images.githubusercontent.com/936086/43364538-d38366b8-92d0-11e8-8c59-d7e9bd2899b3.png)
The text was updated successfully, but these errors were encountered: