ShowImage: Fixes wrong indentation.
This commit is contained in:
@@ -1524,7 +1524,7 @@ ShowImageWindow::_SaveWidthAndHeight()
|
|||||||
|
|
||||||
BRect bounds = fImageView->Bitmap()->Bounds();
|
BRect bounds = fImageView->Bitmap()->Bounds();
|
||||||
int32 width, height;
|
int32 width, height;
|
||||||
width = bounds.IntegerWidth() + 1;
|
width = bounds.IntegerWidth() + 1;
|
||||||
height = bounds.IntegerHeight() + 1;
|
height = bounds.IntegerHeight() + 1;
|
||||||
|
|
||||||
BFile file(&fNavigator.CurrentRef(), B_WRITE_ONLY);
|
BFile file(&fNavigator.CurrentRef(), B_WRITE_ONLY);
|
||||||
|
|||||||
Reference in New Issue
Block a user