mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 11:01:41 +00:00
Auto-recognize URLs in SCH_FIELD and PCB_FIELD grids.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17066 Fixes https://gitlab.com/kicad/code/kicad/-/issues/17745
This commit is contained in:
parent
675624b926
commit
7b80e93a4b
@ -97,8 +97,7 @@ public:
|
||||
|
||||
~FIELDS_EDITOR_GRID_DATA_MODEL() override
|
||||
{
|
||||
if( m_urlEditor )
|
||||
m_urlEditor->DecRef();
|
||||
wxSafeDecRef( m_urlEditor );
|
||||
|
||||
for( const auto& [col, attr] : m_colAttrs )
|
||||
wxSafeDecRef( attr );
|
||||
|
Loading…
Reference in New Issue
Block a user