We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b5fb3 commit 81ffd24Copy full SHA for 81ffd24
1 file changed
distrho/src/DistrhoUIInternal.hpp
@@ -261,6 +261,13 @@ class UIExporter
261
uiData->app.quit();
262
}
263
264
+ #if !DISTRHO_PLUGIN_HAS_EXTERNAL_UI
265
+ void repaint()
266
+ {
267
+ uiData->window->repaint();
268
+ }
269
+ #endif
270
+
271
// -------------------------------------------------------------------
272
273
#if defined(DISTRHO_OS_MAC) || defined(DISTRHO_OS_WINDOWS)
0 commit comments