From a74bb19342bd8a5335f46ed757bd1cf5a819c94f Mon Sep 17 00:00:00 2001 From: Franz Jimeno Date: Tue, 5 Sep 2017 07:18:40 +0200 Subject: [PATCH] Corrijo error en el que no quitaba transparencia al pixelar --- CoverIt.ahk | 1 + 1 file changed, 1 insertion(+) diff --git a/CoverIt.ahk b/CoverIt.ahk index aa3d2f4..3adb3b4 100644 --- a/CoverIt.ahk +++ b/CoverIt.ahk @@ -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()