Skip to content

Commit

Permalink
Corrijo error en el que no quitaba transparencia al pixelar
Browse files Browse the repository at this point in the history
  • Loading branch information
anrhuca committed Sep 5, 2017
1 parent b3385b7 commit a74bb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CoverIt.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Pixela(VentanaActiva) {
GuiControl,%VentanaActiva%:, MyPicture, %file_GUI%
Gui,%VentanaActiva%: Show, NA

WinSet, Transparent, Off, %VentanaActiva%
;Menu, MyMenu, UnCheck, %txt_IntercambiaTransparencia%

hwnd%VentanaActiva% := WinExist()
Expand Down

0 comments on commit a74bb19

Please sign in to comment.