Use rubberband for box selection

This commit is contained in:
wmayer
2013-07-02 10:04:33 +02:00
parent d78d5783c4
commit b737eeb52d
7 changed files with 24 additions and 20 deletions

View File

@@ -576,7 +576,6 @@ bool Document::saveAs(void)
if (!fn.isEmpty()) {
QFileInfo fi;
fi.setFile(fn);
QString bn = fi.baseName();
const char * DocName = App::GetApplication().getDocumentName(getDocument());