Can't zoom in the Properties Panel while in VSE #48030

Closed
opened 2016-04-01 16:31:10 +02:00 by Ricardo Roehe · 6 comments

System Information
Linux Mint 17.3 64-bit, NVIDIA GeForce GTX 550 Ti 2GB

Blender Version
Broken: 2.77 #22a2853, 2.77 #01ce8d8
Worked: 2.76b #f337fea

Short description of error
While using the Video Sequence Editor, "zooming in" (increasing the font size of) the Properties Panel doesn't work after "zooming out" to the maximum level.

Exact steps for others to reproduce the error:

  1. open Blender and Load Factory Settings (to avoid messed up startup.blend);
  2. switch Editor Type to VSE;
  3. switch type of Sequencer view to "Image Preview" (or "both");
  4. open Properties Panel [N];
  5. with cursor over it, max zoom out (by pressing many times or holding [Numpad -]);
  6. try to zoom in [Numpad +] and does nothing.

Blend file: VSE-Panel-Zoom.blend

Screenshot: VSE-Panel-Zoom.jpg

**System Information** Linux Mint 17.3 64-bit, NVIDIA GeForce GTX 550 Ti 2GB **Blender Version** Broken: 2.77 #22a2853, 2.77 #01ce8d8 Worked: 2.76b #f337fea **Short description of error** While using the Video Sequence Editor, "zooming in" (increasing the font size of) the Properties Panel doesn't work after "zooming out" to the maximum level. **Exact steps for others to reproduce the error:** 1) open Blender and Load Factory Settings (to avoid messed up startup.blend); 2) switch Editor Type to VSE; 3) switch type of Sequencer view to "Image Preview" (or "both"); 4) open Properties Panel [N]; 5) with cursor over it, max zoom out (by pressing many times or holding [Numpad -]); 6) try to zoom in [Numpad +] and does nothing. **Blend file:** [VSE-Panel-Zoom.blend](https://archive.blender.org/developer/F300113/VSE-Panel-Zoom.blend) **Screenshot:** ![VSE-Panel-Zoom.jpg](https://archive.blender.org/developer/F300115/VSE-Panel-Zoom.jpg)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @RicardoRoehe

Added subscriber: @RicardoRoehe

Added subscriber: @mont29

Added subscriber: @mont29

Bah… can confirm the issue, problem is in ui_view2d_curRect_validate_resize(), which reset size when zomming in, or somewhere in flags controlling those 2D regions… Thing is, I tried making Sequencer's definition one more similar to Image one (which works OK), with no luck.

Bah… can confirm the issue, problem is in `ui_view2d_curRect_validate_resize()`, which reset size when zomming in, or somewhere in flags controlling those 2D regions… Thing is, I tried making Sequencer's definition one more similar to Image one (which works OK), with no luck.

This issue was referenced by b03ff0bbf8

This issue was referenced by b03ff0bbf8ec33fab734ebd8c61b4410e666f957

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#48030
No description provided.