-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repick data #91
Repick data #91
Conversation
In my opinion ready to merge tbh. |
I was testing and forgot to delete that, no new dependencies are required |
gl.glColor3f(1.0, 1.0, 1.0) | ||
gl.glWindowPos2d(100, 100) | ||
for ch in text: | ||
glutBitmapCharacter(GLUT_BITMAP_TIMES_ROMAN_24, (ord(ch))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe here we must call gluInit() first
main.py
Outdated
continue | ||
self.deleteWidget(i, False) | ||
|
||
self.doh = DataObjectHolder() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok this is a good idea but can we do smth with doh reinstatiation? It might be sufficient to clean it, because it might contain other structs necessary for the app, not particularly for widget
I will fix that a soon as I'm get back home |
Sorry for that now it seems to be cleaned. |
Crash is caused by None in regex, this is only GUI issue and has no impact on program. |
No, it does not. I havent even repicked I directory yet? |
Ok I'll take a look. |
Please provide error log, I cannot reproduce it from your description. The only issue I found is connected with regex problem. Which as far as I am concerned is already fixed on your's branch. |
Ok so maybe check first and merge #85 and I will remerge master into this branch and try to reproduce the error. Btw I will enable logging because it sigkill by python, no error raised which indicated qt fault. |
I gave my "solution" to a problem on branch #repickDataFix |
Check it now. |
You mean commit 163a61b ? This does not fix the thing at all, it just changes Pop Up windows |
Please provide exact scenario when crash occurs, what data what options, what clicked, step by step. |
|
Allows easily repick data. Fix:
#88, #63
Creates:
#89
Has:
#90