mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Fix fullscreen
This commit is contained in:
@ -49,6 +49,12 @@ void RenderWidget::HandleCursorTimer()
|
||||
setCursor(Qt::BlankCursor);
|
||||
}
|
||||
|
||||
void RenderWidget::showFullScreen()
|
||||
{
|
||||
QWidget::showFullScreen();
|
||||
emit SizeChanged(width(), height());
|
||||
}
|
||||
|
||||
bool RenderWidget::event(QEvent* event)
|
||||
{
|
||||
switch (event->type())
|
||||
|
Reference in New Issue
Block a user