improve quick panel switch state

This commit is contained in:
2019-05-11 19:11:24 +02:00
parent 51dcc56dd6
commit 61c331fcb1
7 changed files with 26 additions and 38 deletions

View File

@@ -545,7 +545,8 @@ void NodeStrokePreview::draw_stroke()
gl.restore();
node->app_redraw();
node->async_end();
std::this_thread::sleep_for(std::chrono::milliseconds(30));
//std::this_thread::sleep_for(std::chrono::milliseconds(30));
std::this_thread::yield();
}
}
App::I.async_start();