diff options
author | Arno <arno@disconnect.de> | 2015-06-06 07:36:39 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-06-06 07:36:39 +0200 |
commit | bfe87ae31af8398d3bc0bf26a7dac3dbdecec569 (patch) | |
tree | ead648607431acf59662a66765e8f0b804f2e0c1 /shemov.cpp | |
parent | 6f8107c1cb22938ee4c91d0993dc82e624c7c8de (diff) | |
download | SheMov-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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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! */ |