Files
lmms/plugins
Johannes Lorenz 97b61bbd9a Make PluginView::isResizable a virtual (#7541)
Remove the member `PluginView::m_isResizable` and it's associated method `setResizable`. Turn `isResizable` into a virtual method.

The reasoning is that whether or not an effect can be resized depends on its implementation. Therefore does not make sense to have a method like `setResizable`. If the underlying implementation does not support resizing then it would not make sense to call `setResizable(true)`. So `isResizable` now describes the underlying ability of a plugin to resize. It's then up to the clients of that method to decide how to treat the result of `isResizable`, i.e. if they want to make use of the ability to resize or not.
2024-10-12 10:39:42 +02:00
..
2024-09-20 20:00:36 -04:00
2023-08-24 19:16:02 +01:00
2024-09-18 11:25:47 -04:00
2024-09-20 20:00:36 -04:00
2024-08-28 12:48:56 +05:30