Skip to content

Instantly share code, notes, and snippets.

@philippeback
Created March 8, 2017 18:44
Show Gist options
  • Save philippeback/39c63bb5aa26b79098511cdfea4fea7e to your computer and use it in GitHub Desktop.
Save philippeback/39c63bb5aa26b79098511cdfea4fea7e to your computer and use it in GitHub Desktop.
FreeTypeCache cleanUp.
Clipboard startUp: true.
RubEditingState allInstances do: [ :each | each instVarNamed: #undoManager put:nil].
GTPlayBook reset.
EditorFindReplaceDialogWindow cleanUp.
ActiveHand resetClickState; releaseAllFocus.
UITheme current focusIndicator: nil.
40 timesRepeat: [
1 second wait.
World doOneCycle.
].
@eMaringolo
Copy link

Thanks for it. It didn't shrink my image significantly but made the UI snappier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment