meshlab has no right to start maximized

This commit is contained in:
Paolo Cignoni cignoni 2010-09-04 21:42:09 +00:00
parent 0abaa35057
commit 47eeec7c75

View File

@ -52,7 +52,8 @@ int main(int argc, char *argv[])
}
MainWindow window;
window.showMaximized();
window.show();
// window.showMaximized();
// This event filter is installed to intercept the open events sent directly by the Operative System.
FileOpenEater *filterObj=new FileOpenEater(&window);