aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index a9a3f35..a16bfb8 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Slit.cc,v 1.79 2003/08/29 10:30:46 fluxgen Exp $ 25// $Id: Slit.cc,v 1.80 2003/08/30 01:01:47 fluxgen Exp $
26 26
27#include "Slit.hh" 27#include "Slit.hh"
28 28
@@ -283,6 +283,7 @@ Slit::Slit(BScreen &scr, FbTk::XLayer &layer, const char *filename)
283 // attach to theme and root window change signal 283 // attach to theme and root window change signal
284 m_slit_theme->reconfigSig().attach(this); 284 m_slit_theme->reconfigSig().attach(this);
285 scr.resizeSig().attach(this); 285 scr.resizeSig().attach(this);
286 scr.reconfigureSig().attach(this); // if alpha changed (we disablethis signal when we get theme change sig)
286 287
287 frame.pixmap = None; 288 frame.pixmap = None;
288 // setup timer 289 // setup timer