mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
meshlab has no right to start maximized
This commit is contained in:
parent
0abaa35057
commit
47eeec7c75
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user