mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 10:57:51 +02:00
1.) Startup issue: This is solved by making sure templates with virtual functions are made visible in the DSO. This way, dynamic_cast is possible across DSO's. Scary: clang/MacOS wants the forward declarations be declared visible as well. 2.) Menu issue: The best solution is to have only one QMenuBar. The navigator now gets a synthetic menu bar composed of QToolButtons.