From d93cb43bb2c79a9a8357e195fcdfd8ff140f8a75 Mon Sep 17 00:00:00 2001 From: alwin Date: Thu, 22 Apr 2004 20:57:40 +0000 Subject: ok. next variant of fullscreen toggeling. It seems, that now within all circumstances the viewer get fullscreen back and we don't run into an endless loop. --- (limited to 'noncore/graphics/opie-eye/gui/mainwindow.cpp') diff --git a/noncore/graphics/opie-eye/gui/mainwindow.cpp b/noncore/graphics/opie-eye/gui/mainwindow.cpp index fa1680c..cdaf34c 100644 --- a/noncore/graphics/opie-eye/gui/mainwindow.cpp +++ b/noncore/graphics/opie-eye/gui/mainwindow.cpp @@ -398,8 +398,7 @@ void PMainWindow::slotDisplay( const QString& inf ) { viewModeButton->hide(); } if (m_disp->fullScreen()) { -// tFrame->showFullScreen(); - m_disp->enableFullscreen(); + tFrame->show();//FullScreen(); } else { m_stack->raiseWidget( ImageDisplay ); } -- cgit v0.9.0.2