fixed gen_box
[vrfileman] / src / icon.cc
index 502333c..1e92995 100644 (file)
@@ -87,5 +87,5 @@ static int fstype_shape(FSNodeType type)
 void ShapesIcons::draw(FSNode *node) const
 {
        int s = fstype_shape(node->type);
-       priv->shape[s]->draw();
+       priv->shape[s]->draw_wire();
 }