fix scroll
This commit is contained in:
@@ -286,6 +286,9 @@ bool NodePanelBrush::restore()
|
||||
{
|
||||
f.read_all();
|
||||
|
||||
if (f.m_len == 0)
|
||||
return false;
|
||||
|
||||
BinaryStreamReader sr;
|
||||
sr.init(f.m_data, f.m_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user