Skip to content
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

canvas width and height = 1 and window blank on MacOS #87

Open
IanButterworth opened this issue May 1, 2019 · 0 comments
Open

canvas width and height = 1 and window blank on MacOS #87

IanButterworth opened this issue May 1, 2019 · 0 comments

Comments

@IanButterworth
Copy link
Contributor

As seen in the travis osx failures in #86 and JuliaImages/ImageView.jl#175

using GtkReactive, Gtk.ShortNames, Graphics, Test

c = canvas(208, 207)
win = Window(c)
Gtk.showall(win)
sleep(0.1)
@test Graphics.width(c) == 208
@test Graphics.height(c) == 207
Expression: Graphics.width(c) == 208
Evaluated: 1 == 208

Expression: Graphics.height(c) == 207
Evaluated: 1 == 207
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant