OrcaSlicer/src/slic3r
Vojtech Bubnik e0c5309bc3 wxEVT_CREATE and wxEVT_ACTIVATE is not being called on the main frame
on application start-up, at least not on Windows.
wxEVT_CREATE was called for some control deep in the Plater, however
the event was delivered to the main frame and only for slicer, not
for G-code viewer. Thus the callbacks for 3D Mouse were not registered
for and the 3D mouse did not work on Windows.

Fixed by calling the callback registration from the first execution
of the Idle function.
2020-10-14 12:55:07 +02:00
..
Config WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
GUI wxEVT_CREATE and wxEVT_ACTIVATE is not being called on the main frame 2020-10-14 12:55:07 +02:00
Utils Added a missing include 2020-10-12 17:52:48 +02:00
CMakeLists.txt Changed cmake minimal version to 3.13 (#4720) 2020-10-05 12:10:19 +02:00
pchheader.cpp Precompiled headers on Visual Studio & GCC, with the highest hopes 2018-10-29 16:01:26 +01:00
pchheader.hpp Fixing OSX and Linux builds 2020-04-01 10:09:31 +02:00