merge with dev

This commit is contained in:
U-PC-BUREAU\jacques
2018-08-05 09:05:47 +02:00
146 changed files with 6196 additions and 2570 deletions

View File

@@ -100,7 +100,7 @@ static void myGdkLockEnter()
}
static void myGdkLockLeave()
{
// Automatic gdk_flush for non main tread
// Automatic gdk_flush for non main thread
#if AUTO_GDK_FLUSH
//if (Glib::Thread::self() != mainThread) {
// gdk_flush();