mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-14 18:40:55 +00:00
Fix PalettePopup::showPopup signature
This commit is contained in:
parent
bf03d10b03
commit
bc32c18dbb
@ -57,7 +57,7 @@ PalettePopup::PalettePopup()
|
|||||||
m_paletteListBox.PalChange.connect(&PalettePopup::onPalChange, this);
|
m_paletteListBox.PalChange.connect(&PalettePopup::onPalChange, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PalettePopup::showPopup(gfx::Rect& bounds)
|
void PalettePopup::showPopup(const gfx::Rect& bounds)
|
||||||
{
|
{
|
||||||
m_load->setEnabled(false);
|
m_load->setEnabled(false);
|
||||||
m_paletteListBox.selectChild(NULL);
|
m_paletteListBox.selectChild(NULL);
|
||||||
|
@ -35,7 +35,7 @@ namespace app {
|
|||||||
public:
|
public:
|
||||||
PalettePopup();
|
PalettePopup();
|
||||||
|
|
||||||
void showPopup(gfx::Rect& bounds);
|
void showPopup(const gfx::Rect& bounds);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void onPalChange(raster::Palette* palette);
|
void onPalChange(raster::Palette* palette);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user