]> Shamusworld >> Repos - ttedit/blobdiff - src/charwindow.cpp
Fix zoom to zoom in/out from the center.
[ttedit] / src / charwindow.cpp
old mode 100755 (executable)
new mode 100644 (file)
index cea3baa..76112e4
@@ -6,7 +6,7 @@
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
 // Who  When        What
-// ---  ----------  -------------------------------------------------------------
+// ---  ----------  -----------------------------------------------------------
 // JLH  08/28/2008  Created this file
 // JLH  03/19/2009  Converted from wxWidgets to Qt
 // JLH  03/21/2009  Fixed main screen points rendering
@@ -24,7 +24,8 @@
 #include "charwindow.h"
 #include "debug.h"
 
-CharWindow::CharWindow(QWidget * parent/*= NULL*/): QWidget(parent, Qt::Tool), path(NULL)
+//CharWindow::CharWindow(QWidget * parent/*= NULL*/): QWidget(parent, Qt::Tool), path(NULL)
+CharWindow::CharWindow(QWidget * parent/*= NULL*/): QWidget(parent, Qt::Window), path(NULL)
 {
        setWindowTitle("Character: Unknown");
 }