ShowImage :
* Changing pictures using the arrow keys while being in a picture folder in tracker would quit the fullscreen mode (if you happen to be in that mode) because it tries to resize the window to fit the new picture. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34194 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -631,7 +631,8 @@ ShowImageWindow::MessageReceived(BMessage *message)
|
|||||||
if (messageProvidesSize) {
|
if (messageProvidesSize) {
|
||||||
_UpdateResizerWindow(fWidth, fHeight);
|
_UpdateResizerWindow(fWidth, fHeight);
|
||||||
if (!fImageView->GetZoomToBounds()
|
if (!fImageView->GetZoomToBounds()
|
||||||
&& !fImageView->GetShrinkToBounds())
|
&& !fImageView->GetShrinkToBounds()
|
||||||
|
&& !fFullScreen)
|
||||||
WindowRedimension(fImageView->GetBitmap());
|
WindowRedimension(fImageView->GetBitmap());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user