summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2015-06-06 07:36:39 +0200
committerArno <arno@disconnect.de>2015-06-06 07:36:39 +0200
commitbfe87ae31af8398d3bc0bf26a7dac3dbdecec569 (patch)
treeead648607431acf59662a66765e8f0b804f2e0c1 /shemov.cpp
parent6f8107c1cb22938ee4c91d0993dc82e624c7c8de (diff)
downloadSheMov-bfe87ae31af8398d3bc0bf26a7dac3dbdecec569.tar.gz
SheMov-bfe87ae31af8398d3bc0bf26a7dac3dbdecec569.tar.bz2
SheMov-bfe87ae31af8398d3bc0bf26a7dac3dbdecec569.zip
Resize PictureViewer2
Make it possible to resize the PictureViewer2 and get rid of fixed size. Also, make sure that the current picture is redrawn when we get a resize event.
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 15b7284..08094d6 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -627,6 +627,7 @@ void SheMov::createActions(){
// assign actions to PictureViewer2 members, so they can be toggled from within
picViewer->initActions();
+ picViewer->hide();
/* picView(er) END Actions! */