Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. diff --git a/src/plugins/bineditor/bineditorwidget.cpp b/src/plugins/bineditor/bineditorwidget.cpp
  2. index cb10c8a466..e5ca8e522f 100644
  3. --- a/src/plugins/bineditor/bineditorwidget.cpp
  4. +++ b/src/plugins/bineditor/bineditorwidget.cpp
  5. @@ -462,11 +462,11 @@ void BinEditorWidget::setSizes(quint64 startAddr, qint64 range, int blockSize)
  6.  
  7.  
  8.  
  9. - if (newBlockSize == m_blockSize
  10. - && newBaseAddr == m_baseAddr
  11. - && newSize == m_size
  12. - && newAddressBytes == m_addressBytes)
  13. - return;
  14. +// if (newBlockSize == m_blockSize
  15. +// && newBaseAddr == m_baseAddr
  16. +// && newSize == m_size
  17. +// && newAddressBytes == m_addressBytes)
  18. +// return;
  19.  
  20. m_blockSize = blockSize;
  21. m_emptyBlock = QByteArray(blockSize, '\0');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement