Loading from Command Line / Loading with Open

Geoff,

You posted a svn update that said something about how you implemeted
loading from the command line but since you did it, it stopped working
from internal “open”.

What i’m experiencing is that sometimes (and i can reproduce by
re-opening a file a bunch) when i open a file the GL widget is blank.
But thenk when i do a middle/right drag for move it redraws it. I can’t
figure out exactly what’s causing it but i ahve a feeling it’s something
with GL and not so much a call to the window functions.

-Donald

Donald,

You posted a svn update that said something about how you implemeted
loading from the command line but since you did it, it stopped working
from internal “open”.

Huh. Works fine for me using both methods. If you want to isolate the
command-line loading, that’s all in main.cpp – you can just comment
out those bits and see if it affects things.

I can’t figure out exactly what’s causing it but i ahve a feeling
it’s something
with GL and not so much a call to the window functions.

It’s possible I made a GLWidget change at about the same time. I’ve
been a bit bad and committing changes to many files in one SVN
revision. (It’s better if each SVN revision is just one “change,” for
example adding a method to header and source files.)

But it’s easy to see any changes in the repository:

I see that you’ve done some of that – hopefully things are working
now for you too.

Cheers,
-Geoff