Benjamin
Benjamin
Not certain it's done the right way (maybe a `glActiveTexture(GL_TEXTURE0);` should be done before leaving?), but I got it solved! Needs testing on other platforms though. ``` --- src/pathview/glview.cpp |...
Hello, UPnP is merely a way to open ports in your router, to save you the troubles of doing it yourself ;) Also, it is considered unsafe (or just _is_,...
I simplified a bit, UPnP can do quite a bit more than opening ports, but this library does only that, and I don't see what purpose simply opening ports would...
Hello! Got the same issue today with ESP-IDF and the v4.1.0 release, for an ESP32-S3. I fixed it with a small change in uart.c, line 32: ``` #if SOC_UART_NUM >...
Great, thanks! And just to correct myself, I'm using an ESP32-**S**3, not C3 (C3 only has 2 UARTs). > Hello! Got the same issue today with ESP-IDF and the v4.1.0...
With which Qt version? And when using Qt Quick Controls 1 items or not?
Issue still present with Qt 5.15.2. I think it only happens with QtQuick 1 controls.
@Wanderson-Magalhaes Last commit may fix the issue for you, if you can test. Worked for me ;) https://github.com/GIPdA/runtimeqml/commit/9c9f6a28ebdfa6e59513dcbc401a8dc476481be9
It is not the whole app per say that is reloaded, but the whole QML part of it. All windows are closed and deleted and the main QML file is...