[nostalgia/core/studio] Replace TileSheetEditor ScrollView scrolling with manual version

This commit is contained in:
2020-02-25 20:26:35 -06:00
parent f762e658de
commit 7ca34da417
3 changed files with 48 additions and 21 deletions
@@ -88,8 +88,9 @@ class TileSheetEditor: public studio::Editor {
const studio::Context *m_ctx = nullptr;
SheetData m_sheetData;
QSplitter *m_splitter = nullptr;
class LabeledSpinner *m_tilesX = nullptr;
class LabeledSpinner *m_tilesY = nullptr;
struct LabeledSpinner *m_tilesX = nullptr;
struct LabeledSpinner *m_tilesY = nullptr;
class QQuickWidget* m_canvas = nullptr;
struct {
QComboBox *palette = nullptr;
QTableWidget *colorTable = nullptr;