mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Remove duplicate data tag in drawing sheet format
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19931
This commit is contained in:
parent
7e0d2f2ef4
commit
1825ab689f
@ -421,8 +421,6 @@ void DS_DATA_MODEL_IO::format( DS_DATA_ITEM_BITMAP* aItem ) const
|
||||
m_out->Print( "(comment %s)", m_out->Quotew( aItem->m_Info ).c_str() );
|
||||
|
||||
// Write image in png readable format
|
||||
m_out->Print( "(data" );
|
||||
|
||||
wxMemoryOutputStream stream;
|
||||
aItem->m_ImageBitmap->SaveImageData( stream );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user