robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Turn off resize preview for panes on MacOS #162

Closed robmcmullen closed 4 years ago

robmcmullen commented 7 years ago

Trying to resize panes on MacOS, the AUI seems to try to relayout the AUIManager at every mouse movement, which is jerky and imprecise. On linux, it just shows a hatched bar where the pane border will be moved and doesn't resize until the end. This is the expected behavior.

robmcmullen commented 7 years ago

There's a comment in agw.aui:

    # With Core Graphics on Mac, it's not possible to show sash feedback,
    # so we'll always use live update instead.
robmcmullen commented 4 years ago

Not using aui anymore!