Skip to content

Commit

Permalink
#126 - Additional switch to enable per-pixel window transparency on L…
Browse files Browse the repository at this point in the history
…inux systems
  • Loading branch information
mgarin committed May 21, 2014
1 parent d0dc6c5 commit 8fa2fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/alee/laf/WebLookAndFeel.java
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ public static boolean isAllowLinuxTransparency ()
*
* @param allow whether per-pixel transparent windows usage is allowed on Linux systems or not
*/
public static void setAllowLinuxTransparency ( boolean allow )
public static void setAllowLinuxTransparency ( final boolean allow )
{
WebLookAndFeel.allowLinuxTransparency = allow;
}
Expand Down

0 comments on commit 8fa2fb5

Please sign in to comment.