View Single Post
  #2  
Unread 06-30-2009, 11:59 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

Both my Effects and DetrimentalEffects windows are unmodded. On occasion, the icons from both simultaneously vanish. I have no idea what is doing it, but something is setting the Volume.CellSize property to 0,0.

I finally got around to tracking this down last night.

Executing this fixes it:

Effects.Volume.CellSize = 30,30
DetrimentalEffects.Volume.CellSize = 30,30
Reply With Quote