-
Notifications
You must be signed in to change notification settings - Fork 13
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
gettextcombined only gets textcombined object and not the texttable and textorientation separately #175
Comments
@doutriaux1 The solution you talked about, fixing
We can talk more in real life when you come back. |
@zshaheen yes but only once. |
@doutriaux1 Oh, I get it. So I'm guessing that all of the get functions ( |
they return the object in the vcs.elements dictionary. |
@zshaheen I'm thinking of a way we could completely remove that vcs.elements while not breaking backward compatibility |
@doutriaux1 Since you're using the dictionary as a cache, the objects will not be garbage collected b/c the # of references will always be at least one. You should really use |
unless we define their del and have it run vcs.removeobject |
If we have a texttable and textorientation object (both named
diff_min_label
), the following does not work:vcs_canvas.gettextcombined(Tt_name_src = 'diff_min_label', To_name_src = 'diff_min_label)
The text was updated successfully, but these errors were encountered: