Commit 7a143d03232decc5971d34afe2694119a49612c5
opie-eye: remove frame on image view to prevent unnecessary scrolling
The 1 pixel frame on the image view widget was causing scrolling to occur
when dragging even if the image was scaled to the view size. Removing the
frame was the easiest way to fix this.
| |   |
| 23 | 23 | m_isFullScreen = false; |
| 24 | 24 | m_ignore_next_in = false; |
| 25 | 25 | m_slideTimer = 0; |
| setFrameStyle( QFrame::NoFrame ); |
| 26 | 27 | QPEApplication::setStylusOperation(viewport(),QPEApplication::RightOnHold); |
| 27 | 28 | initKeys(); |
| 28 | 29 | m_slideValue = 5; |