Ticket #296: StatusBar.pm.patch
| File StatusBar.pm.patch, 449 bytes (added by waxhead, 4 years ago) |
|---|
-
Padre/lib/Padre/Wx/StatusBar.pm
79 79 -1, 80 80 ( length($mimetype) ) * $width, 81 81 ( length($newline) + 2 ) * $width, 82 ( length($postring) + 2) * $width,82 ( length($postring) + 4 ) * $width, 83 83 ); 84 84 85 85 # Fixed ticket #190: Massive GDI object leakages
