mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-02 18:46:54 +00: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() );
|
m_out->Print( "(comment %s)", m_out->Quotew( aItem->m_Info ).c_str() );
|
||||||
|
|
||||||
// Write image in png readable format
|
// Write image in png readable format
|
||||||
m_out->Print( "(data" );
|
|
||||||
|
|
||||||
wxMemoryOutputStream stream;
|
wxMemoryOutputStream stream;
|
||||||
aItem->m_ImageBitmap->SaveImageData( stream );
|
aItem->m_ImageBitmap->SaveImageData( stream );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user