mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Get rid of all SetWindowPos() calls
This actually resizes the client area, but the experience feels way better if we just leave it at its maximum size.
This commit is contained in:
@@ -57,14 +57,6 @@ class Editor {
|
||||
|
||||
void close();
|
||||
|
||||
/**
|
||||
* Resize the window to match the given size, if open.
|
||||
*
|
||||
* @return Whether the resizing was succesful. Will return false if the
|
||||
* editor isn't open.
|
||||
*/
|
||||
bool resize(const int width, const int height);
|
||||
|
||||
/**
|
||||
* Embed the (open) window into a parent window.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user