Paste P130

Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on Nov 6 2017, 9:00 AM.
diff --git a/libs/pigment/tests/TestColorBlending.cpp b/libs/pigment/tests/TestColorBlending.cpp
index 1c6e6bd..d03e1a6 100644
--- a/libs/pigment/tests/TestColorBlending.cpp
+++ b/libs/pigment/tests/TestColorBlending.cpp
@@ -10,8 +10,12 @@ void TestColorBlending::test()
//w.show();
//QApplication app();
- TestColorBlendingWindow *demo = new TestColorBlendingWindow;
+ QEventLoop loop;
+
+ TestColorBlendingWindow *demo = new TestColorBlendingWindow();
demo->show();
+
+ loop.exec();
//demo->exec();
}
dkazakov edited the content of this paste. (Show Details)Nov 6 2017, 9:00 AM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.
dkazakov updated the paste's language from autodetect to autodetect.