aboutsummaryrefslogtreecommitdiff
path: root/ag_render.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-08-10 18:02:04 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-08-10 18:02:04 -0400
commit7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb (patch)
tree64e548693c90b65da6ee400cf9476af4b8aa9c16 /ag_render.f90
parent48fad229ae1f033e694a7eb663945a6a3f1f4cb2 (diff)
downloadLR-87-7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb.tar.gz
LR-87-7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb.zip
Fixed favorite loading that caused string filling and pointer crashes. Now calls win32 CreateDirectory on Windows. Fixed Fave button on Windows.
Diffstat (limited to 'ag_render.f90')
-rw-r--r--ag_render.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/ag_render.f90 b/ag_render.f90
index 383be04..18f4014 100644
--- a/ag_render.f90
+++ b/ag_render.f90
@@ -375,6 +375,7 @@ contains
self%address_id = -1
self%go_button_id = -1
self%back_button_id = -1
+ self%fave_button_id = -1
self%scroll_id = -1
call draw_address_bar(self)