Jump to content

draders

Newbies
  • Posts

    4
  • Joined

  • Last visited

draders's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I do apologize, the developers are obviously not lazy. It's more likely just not a priority. I havn't gone over the source enough to comment on the design either. However, and I ask this on a "I would really like this fixed" basis, wouldn't adding: if (this.ScaleFactor > ScaleFactor.OneToOne && newSF < ScaleFactor.OneToOne) { this.ScaleFactor = ScaleFactor.OneToOne; break; } to the "public virtual void ZoomIn(double factor)" function of the DocumentViewer class's do loop after the newSF declaration fix this problem?
  2. Problem with that ctrl + shift + a hotkey is it brings up Trillian, and there is no setting to remove the hotkey in it's preferences. I'm confused as to why the tick count would make it impossible to fix this bug. Why couldn't you just check the new value against the old and if its less then 100% from above 100% set it to 100%. As someone who programs for a living, this shows either a design flaw or lazyness.
  3. When using ctrl+mousewheel to zoom, it seems to skip over 100% and go for example from 110% to 98%.
×
×
  • Create New...