improve quick panel switch state
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user