We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As seen in the travis osx failures in #86 and JuliaImages/ImageView.jl#175
The text was updated successfully, but these errors were encountered: