1
0
Fork 0
fgdata/Nasal/canvas
TheFGFSEagle 724fad6701 Fix placements not being removed when destroying a canvas
Canvas placements are being added / removed through a listener on "placement" node adds / removals on the canvas's node.
Previously, when the canvas's del method was called, the canvas's node was removed, but not its "placement" subnodes.
This caused the canvas to be destroyed without the placements being removed.
This in turn causes problems when setting up a canvas with the same placement(s).
This is fixed by this commit by removing the "placement" nodes separately before destroying the canvas.
2023-12-09 18:08:55 +00:00
..
api Fix placements not being removed when destroying a canvas 2023-12-09 18:08:55 +00:00
draw move colors from draw.nas to api/colors.nas 2020-07-06 10:09:26 +01:00
gui For PropertyTreeBrowser, set the path in the title as "/" when the node returns an empty string 2023-10-25 17:09:46 +02:00
map Canvas Map: Add outline to aircraft symbol 2022-01-14 01:12:26 -06:00
PFD FG1000: TextElement setColor 2021-08-19 12:28:52 +01:00
api.nas Added menu bar widget and global menu bar, menu item improvements 2023-01-11 11:47:27 +00:00
draw.nas add canvas/draw.nas library 2020-03-08 21:02:44 +01:00
ErrorNotification.nas Canvas: add unload logic 2023-01-06 10:57:00 +00:00
generic-canvas-map.xml Airport dialog: Basic support for drag/zoom with the mouse 2012-12-03 00:39:13 +01:00
gui.nas Implemented dial with optional value display, ticks and wrapping 2023-04-17 15:13:17 +01:00
ImageTest.nas Disable Canvas menubar for now 2023-01-13 14:42:41 +00:00
KeyBinding.nas Fix both left and right keys being shown when repr'ing a KeyBinding's function (Shift, Ctrl, Alt) keys 2023-12-09 04:04:16 +01:00
map.nas Canvas: add unload logic 2023-01-06 10:57:00 +00:00
MapDrivers.nas Airbus style for MapStructure/navdisplay 2015-06-06 12:29:36 +02:00
MapStructure.nas Replace printlog by logprint 2020-04-21 09:07:20 +02:00
MFD_Generic.nas FG1000 and MFD handle non-MFD Emesary notifications 2020-03-12 17:25:34 +00:00
PropertyElement.nas ProperyElement: remove dependency on aircraft.nas 2022-03-06 10:59:06 +00:00
svg.nas canvas:svg: Fix SVG parser to accept rect without optional x,y 2023-12-03 11:16:49 +01:00
tooltip.nas Canvas: add unload logic 2023-01-06 10:57:00 +00:00