Reverting hrev44253. Didn't fix the issue, see #8648.
This commit is contained in:
@@ -1274,7 +1274,7 @@ ShowImageWindow::_ToggleFullScreen()
|
|||||||
fWindowFrame = Frame();
|
fWindowFrame = Frame();
|
||||||
frame = screen.Frame();
|
frame = screen.Frame();
|
||||||
frame.top -= fBar->Bounds().Height() + 1;
|
frame.top -= fBar->Bounds().Height() + 1;
|
||||||
frame.right += B_V_SCROLL_BAR_WIDTH - 1;
|
frame.right += B_V_SCROLL_BAR_WIDTH;
|
||||||
frame.bottom += B_H_SCROLL_BAR_HEIGHT;
|
frame.bottom += B_H_SCROLL_BAR_HEIGHT;
|
||||||
frame.InsetBy(-1, -1); // PEN_SIZE in ShowImageView
|
frame.InsetBy(-1, -1); // PEN_SIZE in ShowImageView
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user