-
Notifications
You must be signed in to change notification settings - Fork 9
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
svalue(gtext_obj) <- "asdf" drops font attributes #51
Comments
Nope, that is definitely a bug. I thought I had fixed it, but must have dropped the ball. |
I can't seem to replicate this. Is this windows thing perhaps? |
I double-checked and I can replicate it here (on Linux) :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm wondering if this is expected behaviour.
Now if you do
svalue(t2) <- "monospace"
, you will notice that the widget font is no longer Monospace. I would have expected that the attributes of agtext()
object were not dropped unless specifically requested.The text was updated successfully, but these errors were encountered: