Aiue's Quest Tracker (AQT)

Aiue's Quest Tracker (AQT)

21.6k Downloads

The display in the quest list is abnormal.

chkmyid opened this issue ยท 4 comments

commented

Case 1 : Right after accepting the quest.
(Attention to the blank line of the screen shot.)

WoWScrnShot_2

Case 2 : I'm checked for the "Wrap Long Lines" option.
There is a phenomenon that overlaps with the following lines when the content to be displayed is long.

WoWScrnShot_3

I can't see the error message.
Collapse and Expand to return normally.

commented

Hmm. I thought I had fixed those issues. I will have to take another look at it. Potentially increment the timer, because if memory serves, I had to set a timer for updating to get the correct return values from certain API calls.

commented

Screenshot of the header in the same situation as Case 1.
This may be due to background highlight.
WoWScrnShot_112019_191855
The letters were long, but they didn't change to the next line.
Background highlight was a line seems to have come down.
On a similar issue, I have mentioned an issue concerning this one before. (Closed #58)
I have a hunch that, in conclusion, this issue has not yet been resolved.

commented

I faced the same issue as case 2 repeatedly as I carried out the quest.
What I think is that the long letters must first secure an empty space and then come down to the next line, but there is no space, so it seems to have resulted in only the letters being divided by command.
WoWScrnShot_111819_152517
WoWScrnShot_111819_144545

commented

The issue is that GetFontHeight() returns the incorrect value if called too soon. I need to go over my code to make sure more or less every size update call is run on a timer.