MCPcopy Create free account
hub / github.com/audacity/audacity / ResizingDone

Method ResizingDone

src/toolbars/TimeToolBar.cpp:220–227  ·  view source on GitHub ↗

The intention of this is to get the resize handle in the correct position, after we've let go in dragging.

Source from the content-addressed store, hash-verified

218// The intention of this is to get the resize handle in the
219// correct position, after we've let go in dragging.
220void TimeToolBar::ResizingDone()
221{
222 // Fit() while retaining height
223 SetSize(GetBestSize().x, GetSize().y);
224
225 // Inform others the toobar has changed
226 Updated();
227}
228
229void TimeToolBar::SetResizingLimits()
230{

Callers 2

ReadConfigMethod · 0.80
ToolBarResizerClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected