-
Notifications
You must be signed in to change notification settings - Fork 15
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
Crash on quit after opening a saved note #36
Comments
Didn't crash for me on x86_64 but did on x86_gcc2, as far back as 50ebf74. |
Crashes here with this back trace:
|
This was referenced Jan 8, 2020
Closed
emily0618
added a commit
to emily0618/TakeNotes
that referenced
this issue
Jan 13, 2020
- Change NoteWindow to B_TITLED_WINDOW to make room for the dragger - Make the scroll view fill the gap left by the moved dragger - Resize NoteWindow to the correct height after opening a file - Set fNoteText to the target of scrollview after opening a file - Change background color of NoteText view instead of NoteView - Set background color of NoteView and the dragger to the default - Move the dragger to the lower-right corner of the window Fixes HaikuArchives#39. May also fix HaikuArchives#36.
emily0618
added a commit
to emily0618/TakeNotes
that referenced
this issue
Jan 13, 2020
- Change NoteWindow to B_TITLED_WINDOW to make room for the dragger - Make the scroll view fill the gap left by the moved dragger - Resize NoteWindow to the correct height after opening a file - Set fNoteText to the target of scrollview after opening a file - Change background color of NoteText view instead of NoteView - Set background color of NoteView and the dragger to the default - Move the dragger to the lower-right corner of the window - Update takenotes.png with new screenshot Fixes HaikuArchives#39. May also fix HaikuArchives#36.
scottmc
pushed a commit
that referenced
this issue
Jan 13, 2020
- Change NoteWindow to B_TITLED_WINDOW to make room for the dragger - Make the scroll view fill the gap left by the moved dragger - Resize NoteWindow to the correct height after opening a file - Set fNoteText to the target of scrollview after opening a file - Change background color of NoteText view instead of NoteView - Set background color of NoteView and the dragger to the default - Move the dragger to the lower-right corner of the window - Update takenotes.png with new screenshot Fixes #39. May also fix #36.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--> Crash!
The text was updated successfully, but these errors were encountered: