kicad/common/tool
Maciej Suminski cdc951d0a3 Fixed a crash when dragging a line was interrupted
Crash was caused by removing an element from m_activeTools list, causing other iterators to be invalidated.
2016-08-08 17:20:02 +02:00
..
action_manager.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
context_menu.cpp Replace boost::function and boost::bind with their std:: counterparts 2016-06-29 12:23:11 +02:00
tool_action.cpp Fixed an assert when footprint viewer was closed before the pcbnew window. 2015-07-28 10:29:00 +02:00
tool_base.cpp TOOL_SETTINGS acquires wxConfigBase each time it is used. 2015-08-07 18:17:51 +02:00
tool_dispatcher.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
tool_event.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
tool_interactive.cpp Fixed crash when context menu is invoked during track dragging (GAL). 2015-12-03 14:26:12 +01:00
tool_manager.cpp Fixed a crash when dragging a line was interrupted 2016-08-08 17:20:02 +02:00