Cutter: scaling in graph mode

Created on 6 Dec 2017  路  5Comments  路  Source: rizinorg/cutter

Nice work.
Could you please to add scaling in graph mode. Because some call-graphs is huge and it's not comfortable.

Enhancement UI

Most helpful comment

Qt has QKeySequence::ZoomIn and QKeySequence::ZoomOut which is exactly what you want. No need to add custom ones.

All 5 comments

Cmd+/- zoom within limits would be nice, especially on retina display.

I totally agree. Another use would be so you could dock the graph next to regular disassembly and zoom it out in order to have a mini-graph showing where in the control flow you currently are.

Not the highest priority at the moment, but definitely useful. And I am sure it would be appreciated to contribute the changes back to x64dbg.

Cmd+/- - dont work. I have a linux (awesome WM).
May be ctrl +/- like an IDA ?

Platform specific shortcut keys could help. So shortcut keys are as you'd expect on the host platform.

Qt has QKeySequence::ZoomIn and QKeySequence::ZoomOut which is exactly what you want. No need to add custom ones.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Pamplemousse picture Pamplemousse  路  3Comments

dmknght picture dmknght  路  5Comments

dukebarman picture dukebarman  路  4Comments

Maijin picture Maijin  路  5Comments

mirh picture mirh  路  3Comments