Attempt at some QT fixes.

This commit is contained in:
OBattler
2022-07-31 23:31:59 +02:00
parent 5df6c51661
commit 16f7460c73
4 changed files with 13 additions and 2 deletions

View File

@@ -73,6 +73,9 @@ wchar_t* ui_window_title(wchar_t* str)
extern "C" void qt_blit(int x, int y, int w, int h, int monitor_index)
{
if (blitDummied)
return;
main_window->blitToWidget(x, y, w, h, monitor_index);
}