Fixing rendering loop in the FileBrowser, based on a suggestion from
Adam
This commit is contained in:
@@ -85,9 +85,9 @@ static void myGdkLockLeave()
|
||||
{
|
||||
// Automatic gdk_flush for non main tread
|
||||
#if AUTO_GDK_FLUSH
|
||||
if (Glib::Thread::self() != mainThread) {
|
||||
gdk_flush();
|
||||
}
|
||||
//if (Glib::Thread::self() != mainThread) {
|
||||
// gdk_flush();
|
||||
//}
|
||||
|
||||
#endif
|
||||
myGdkRecMutex.unlock();
|
||||
|
Reference in New Issue
Block a user