Using LayoutView#clear_selection like this: ``` pya.LayoutView.current().clear_selection() ``` will crash the application (observed on gcc builds on Linux). The reason is a C++ template resolution issue.
Using LayoutView#clear_selection like this:
will crash the application (observed on gcc builds on Linux). The reason is a C++ template resolution issue.