Closed kyleellefsen closed 7 years ago
If you open a command prompt, navigate to flika's directory, start python, and run:
from flika import * start_flika() start_flika()
The top level menu items "Image, Process" get added over and over again.
Assert statement in the FlikaApplication init checks if the main gui has already started, and a check in setup_menus to only make menus once.
If you open a command prompt, navigate to flika's directory, start python, and run:
The top level menu items "Image, Process" get added over and over again.