Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand authored Sep 22, 2024
1 parent 6785b58 commit a535d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gui/window.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ visible(w,true)

@test Gtk4.issuspended(w) == false
@test Gtk4.isfullscreen(w) == false
@test Gtk4.isactive(w) == true
#@test Gtk4.isactive(w) == true

m = Gtk4.monitor(w)
if m!==nothing
Expand Down

0 comments on commit a535d9e

Please sign in to comment.